Class SystemClock
Default clock implementation backed by Now.
public sealed class SystemClock : IClock
- Inheritance
-
SystemClock
- Implements
- Inherited Members
Properties
Default
Gets the shared default system clock instance.
public static SystemClock Default { get; }
Property Value
Now
Gets the current local time.
public DateTime Now { get; }