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¶
| Name | Summary |
|---|---|
| static UtcNow | Gets the local system clock time. |
Methods¶
| Name | Summary |
|---|---|
| static AddRef | Adds a reference to the system clock monitor, causing it to be sending notifications. |
| static Release | Removes a reference to the system clock monitor, causing it to stop sending notifications if the removed reference was the last one. |