ISystemClock interface¶
Attributes: [EditorBrowsable(EditorBrowsableState.1)]
Defined in
Namespace: System.Reactive.PlatformServices
Assembly: System.Reactive.dll
Full name: System.Reactive.PlatformServices.ISystemClock
Modifiers: public abstract
Summary¶
(Infrastructure) Provides access to the local system clock.
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 |
|---|---|
| UtcNow | Gets the current time. |