DateTimeWithZone.UtcNow PropertyDateTimeWithZone.UtcNow PropertyDateTimeWithZone::UtcNow Property

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

Syntax

Public Shared ReadOnly Property UtcNow As DateTimeWithZone
        Get
public static DateTimeWithZone UtcNow { get; }
public:
static property DateTimeWithZone UtcNow {
    DateTimeWithZone get();
}
 

Property Value

Type: XmlPrime.DateTimeWithZoneXmlPrime.DateTimeWithZoneXmlPrime::DateTimeWithZone

A DateTimeWithZoneDateTimeWithZoneDateTimeWithZone object that is set to the current date and time on this computer expressed in Coordinated Universal Time (UTC).