Class DefaultSystemClock
Default ISystemClock implementation backed by UtcNow.
public sealed class DefaultSystemClock : ISystemClock
- Inheritance
-
DefaultSystemClock
- Implements
- Inherited Members
Properties
UtcNow
Returns the current UTC instant.
public DateTimeOffset UtcNow { get; }
Property Value
- DateTimeOffset
Current time in UTC.