[This is preliminary documentation and is subject to change.]
Gets the UTC (Coordinated Universal Time) time zone. This is a single instance which is not
provider-specific; it is guaranteed to have the ID "UTC", but may or may not be the instance returned by
e.g. DateTimeZoneProviders.Tzdb["UTC"].

C# | Visual Basic | Visual C++ |
public static DateTimeZone Utc { get; }
Public Shared ReadOnly Property Utc As DateTimeZone Get
public: static property DateTimeZone^ Utc { DateTimeZone^ get (); }

A UTC DateTimeZone.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)