Noda Time
Territory Property
NamespacesNodaTime.TimeZones.CldrMapZoneTerritory

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

Gets the territory code for this mapping.
Declaration Syntax
C#Visual BasicVisual C++
public string Territory { get; }
Public ReadOnly Property Territory As String
	Get
public:
property String^ Territory {
	String^ get ();
}
Remarks
This is typically either "001" to indicate that it's the primary territory for this ID, or "ZZ" to indicate a fixed-offset ID, or a different two-character capitalized code which indicates the geographical territory.

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