Click or drag to resize
DateTimeUtcNow 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: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static DateTime UtcNow { get; }

Return Value

Type: DateTime
An object whose value is the current UTC date and time.
See Also