[This is preliminary documentation and is subject to change.]
Represents a single <mapZone> element in the CLDR Windows zone mapping file.
| C# | Visual Basic | Visual C++ |
public sealed class MapZone
Public NotInheritable Class MapZone
public ref class MapZone sealed
| All Members | Constructors | Properties | Fields | ||
| Icon | Member | Description |
|---|---|---|
| MapZone(String, String, IList<(Of <<'(String>)>>)) |
Creates a new mapping entry.
| |
| FixedOffsetTerritory |
Identifier used for the "fixed offset" territory. A zone mapping with
this territory will always have a single entry. The value of this constant is "ZZ".
| |
| PrimaryTerritory |
Identifier used for the primary territory of each Windows time zone. A zone mapping with
this territory will always have a single entry. The value of this constant is "001".
| |
| Territory |
Gets the territory code for this mapping.
| |
| TzdbIds |
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).
| |
| WindowsId |
Gets the Windows system time zone identifier for this mapping, such as "Central Standard Time".
|
This type is immutable reference type. See the thread safety section of the user guide for more information.
| Object | |
| MapZone | |
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)