Table of Contents

Delegate WeatherEvents.OnTimeChangeDelegate

Namespace
Pillars.Weather.Events
Assembly
Pillars.dll

Represents a delegate for handling time change events.

public delegate Task WeatherEvents.OnTimeChangeDelegate(DateTime dateTime)

Parameters

dateTime DateTime

The new date and time to be handled.

Returns

Task
Represents a delegate for handling time change events.