ISystemClock Interface

Abstracts the system clock to facilitate testing.

Namespace
Microsoft.Extensions.Internal
Assemblies
  • Microsoft.Extensions.Caching.Abstractions

Syntax

public interface ISystemClock
interface Microsoft.Extensions.Internal.ISystemClock

Properties

Microsoft.Extensions.Internal.ISystemClock.UtcNow

Retrieves the current system time in UTC.

Return type:System.DateTimeOffset
DateTimeOffset UtcNow { get; }