Share via


SystemClock.UtcNow Property

 

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

ISystemClock.UtcNow

See Also

SystemClock Class
Microsoft.Owin.Infrastructure Namespace

Return to top