SystemClockChangedEventArgs class¶
Attributes: [EditorBrowsable(EditorBrowsableState.1)]
Defined in
Namespace: System.Reactive.PlatformServices
Assembly: System.Reactive.dll
Full name: System.Reactive.PlatformServices.SystemClockChangedEventArgs
Modifiers: public
Summary¶
(Infrastructure) Event arguments for system clock change notifications.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class SystemClockChangedEventArgs
class EventArgs
EventArgs <|-- SystemClockChangedEventArgs
Inherits from: EventArgs
Remarks¶
This type is used by the Rx infrastructure and not meant for public consumption or implementation.
No guarantees are made about forward compatibility of the type's functionality and its usage.
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Creates a new system clock notification object with unknown old and new times. |
Properties¶
| Name | Summary |
|---|---|
| OldTime | Gets the time before the system clock changed, or DateTimeOffset.MinValue if not known. |
| NewTime | Gets the time after the system clock changed, or DateTimeOffset.MaxValue if not known. |