Interface ISystemClock
Abstracts the system clock to facilitate testing.
public interface ISystemClock
- Extension Methods
Properties
UtcNow
Retrieves the current system time in UTC.
DateTimeOffset UtcNow { get; }
Abstracts the system clock to facilitate testing.
public interface ISystemClock
Retrieves the current system time in UTC.
DateTimeOffset UtcNow { get; }