Class MidnightNotifier
Notifies when midnight passes.
Inheritance
System.Object
    MidnightNotifier
  Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public static class MidnightNotifier : Object
  Events
DayChanged
Occurs when day changed.
Declaration
public static event EventHandler<EventArgs> DayChanged
  Event Type
| Type | Description | 
|---|---|
| System.EventHandler<System.EventArgs> |