SystemClock Class¶
Provides access to the normal system clock.
- Namespace
Microsoft.AspNetCore.Authentication
- Assemblies
- Microsoft.AspNetCore.Authentication
Syntax¶
public class SystemClock : ISystemClock
-
class
Microsoft.AspNetCore.Authentication.
SystemClock
Properties¶
-
Microsoft.AspNetCore.Authentication.SystemClock.
UtcNow
¶ Retrieves the current system time in UTC.
Return type: System.DateTimeOffset public DateTimeOffset UtcNow { get; }
-