Skip to content

SystemClock class

Attributes: [EditorBrowsable(EditorBrowsableState.1)]

Defined in

Namespace: System.Reactive.PlatformServices Assembly: System.Reactive.dll Full name: System.Reactive.PlatformServices.SystemClock Modifiers: public static

Summary

        (Infrastructure) Provides access to local system clock services.
        

Applies to

netstandard2.0

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.
        

Properties

NameSummary
static UtcNowGets the local system clock time.

Methods

NameSummary
static AddRefAdds a reference to the system clock monitor, causing it to be sending notifications.
static ReleaseRemoves a reference to the system clock monitor, causing it to stop sending notifications if the removed reference was the last one.
Inherited members