Noda Time
Utc Property
NamespacesNodaTimeDateTimeZoneUtc

[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"].
Declaration Syntax
C#Visual BasicVisual C++
public static DateTimeZone Utc { get; }
Public Shared ReadOnly Property Utc As DateTimeZone
	Get
public:
static property DateTimeZone^ Utc {
	DateTimeZone^ get ();
}
Value

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)