Bridge

DateTime..::..UtcNow Property

Gets a DateTime object that is set to the current date and time on this computer, expressed as the Coordinated Universal Time (UTC).

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static DateTime UtcNow { get; }
<TemplateAttribute> _
Public Shared ReadOnly Property UtcNow As DateTime
	Get
[TemplateAttribute]
public:
static property DateTime^ UtcNow {
	DateTime^ get ();
}

Return Value

An object whose value is the current UTC date and time.