TimeZoneInfo.Utc Property
Gets a TimeZoneInfo object that represents the Coordinated Universal Time (UTC) zone.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.TimeZoneInfoAn object that represents the Coordinated Universal Time (UTC) zone.
This is a built-in object; information about this TimeZoneInfo object is not retrieved from the registry.
Important |
|---|
You should always access the Coordinated Universal Time (UTC) zone through the TimeZoneInfo.Utc property rather than assigning the UTC time zone to a TimeZoneInfo object variable. This prevents the TimeZoneInfo object variable from being invalidated by a call to the ClearCachedData method. |
Coordinated Universal Time was previously known as Greenwich Mean Time (GMT).
The following example retrieves a TimeZoneInfo object that represents Coordinated Universal Time (UTC) and outputs its display name, standard time name, and daylight saving time name.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Important