DefaultSystemClock class¶
Attributes: [EditorBrowsable(EditorBrowsableState.1)]
Defined in
Namespace: System.Reactive.PlatformServices
Assembly: System.Reactive.dll
Full name: System.Reactive.PlatformServices.DefaultSystemClock
Modifiers: public
Summary¶
(Infrastructure) Provides access to the local system clock.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class DefaultSystemClock
class ISystemClock {
<>
}
ISystemClock <|.. DefaultSystemClock
Implements: ISystemClock
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| UtcNow | Gets the current time. |