Gets a
DateTime object that is set to the current date and time on this computer, expressed as the Coordinated Universal Time (UTC).
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static DateTime UtcNow { get; }
Return Value
Type:
DateTimeAn object whose value is the current UTC date and time.
See Also