Noda Time
TzdbIds Property
NamespacesNodaTime.TimeZones.CldrMapZoneTzdbIds

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

Gets a read-only non-empty collection of TZDB zone identifiers for this mapping, such as "America/Chicago" and "America/Matamoros" (both of which are TZDB zones associated with the "Central Standard Time" Windows system time zone).
Declaration Syntax
C#Visual BasicVisual C++
public IList<string> TzdbIds { get; }
Public ReadOnly Property TzdbIds As IList(Of String)
	Get
public:
property IList<String^>^ TzdbIds {
	IList<String^>^ get ();
}
Remarks
For the primary and fixed-offset territory IDs ("001" and "ZZ") this always contains exactly one time zone ID.

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