Skip to content

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

NameSummary
.ctor

Properties

NameSummary
UtcNowGets the current time.
Inherited members