Noda Time
ZoneId Property
NamespacesNodaTime.TimeZonesTzdbZoneLocationZoneId

[This is preliminary documentation and is subject to change.]

The ID of the time zone for this location.
Declaration Syntax
C#Visual BasicVisual C++
public string ZoneId { get; }
Public ReadOnly Property ZoneId As String
	Get
public:
property String^ ZoneId {
	String^ get ();
}
Remarks
This will never be null, and if this mapping was fetched from a TzdbDateTimeZoneSource, it will always be a valid ID within that source.

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