ISystemClock.UtcNow Property
Retrieves the current system time in UTC.
Namespace: Microsoft.Owin.Infrastructure
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
DateTimeOffset UtcNow { get; }
property DateTimeOffset UtcNow {
DateTimeOffset get();
}
abstract UtcNow : DateTimeOffset with get
ReadOnly Property UtcNow As DateTimeOffset
Property Value
Type: System.DateTimeOffset
The date and time that is set to the current Coordinated Universal Time (UTC).
See Also
ISystemClock Interface
Microsoft.Owin.Infrastructure Namespace
Return to top