TimeZoneInfo::Utc Property
Gets a TimeZoneInfo object that represents the Coordinated Universal Time (UTC) zone.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Important