SystemClockChangedEventArgs
(Infrastructure) Event arguments for system clock change notifications.
Gets the time after the system clock changed, or DateTimeOffset.MaxValue if not known.
Gets the time before the system clock changed, or DateTimeOffset.MinValue if not known.
public SystemClockChangedEventArgs()
Creates a new system clock notification object with unknown old and new times.
Creates a new system clock notification object with the specified old and new times.