ISystemClock.UtcNow Property

Gets the date and time that is set to the current Coordinated Universal Time (UTC) based on the local system’s clock time.

Namespace:  Microsoft.Owin.Infrastructure
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
ReadOnly Property UtcNow As DateTimeOffset 
    Get
'Usage
Dim instance As ISystemClock 
Dim value As DateTimeOffset 

value = instance.UtcNow
DateTimeOffset UtcNow { get; }
property DateTimeOffset UtcNow {
    DateTimeOffset get ();
}
abstract UtcNow : DateTimeOffset
function get UtcNow () : DateTimeOffset

Property Value

Type: System.DateTimeOffset
The date and time that is set to the current Coordinated Universal Time (UTC).

See Also

Reference

ISystemClock Interface

Microsoft.Owin.Infrastructure Namespace