ClientStation.UtcNow Property

Gets the UTC date and time offset.
<ID("UtcNow", (int)e.UtcNow)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public ReadOnly Property UtcNow() As DateTimeOffset
This language is not supported or no code example is available.
[ID("UtcNow", (int)e.UtcNow)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public DateTimeOffset UtcNow {get;}
This language is not supported or no code example is available.

Property Value

DateTimeOffset

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition