Skip to content

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

NameSummary
.ctorCreates a new system clock notification object with unknown old and new times.

Properties

NameSummary
OldTimeGets the time before the system clock changed, or DateTimeOffset.MinValue if not known.
NewTimeGets the time after the system clock changed, or DateTimeOffset.MaxValue if not known.
Inherited members