Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the current system time in UTC.
Namespace: Microsoft.Owin.Infrastructure
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public DateTimeOffset UtcNow { get; }
public:
property DateTimeOffset UtcNow {
virtual DateTimeOffset get() sealed;
}
abstract UtcNow : DateTimeOffset with get
override UtcNow : DateTimeOffset with get
Public ReadOnly Property UtcNow As DateTimeOffset
Property Value
Type: System.DateTimeOffset
The date and time that is set to the current Coordinated Universal Time (UTC).
Implements
See Also
SystemClock Class
Microsoft.Owin.Infrastructure Namespace
Return to top