SystemClock.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
Public ReadOnly Property UtcNow As DateTimeOffset 
    Get
'Usage
Dim instance As SystemClock 
Dim value As DateTimeOffset 

value = instance.UtcNow
public DateTimeOffset UtcNow { get; }
public:
virtual property DateTimeOffset UtcNow {
    DateTimeOffset get () sealed;
}
abstract UtcNow : DateTimeOffset 
override UtcNow : DateTimeOffset
final function get UtcNow () : 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

Reference

SystemClock Class

Microsoft.Owin.Infrastructure Namespace