Noda Time
WindowsZones Class
NamespacesNodaTime.TimeZones.CldrWindowsZones

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

Representation of the <windowsZones> element of CLDR supplemental data.
Declaration Syntax
C#Visual BasicVisual C++
public sealed class WindowsZones
Public NotInheritable Class WindowsZones
public ref class WindowsZones sealed
Members
All MembersProperties



IconMemberDescription
MapZones
Gets an immutable collection of mappings from Windows system time zones to TZDB time zones.

PrimaryMapping
Gets an immutable dictionary of primary mappings, from Windows system time zone ID to TZDB zone ID. This corresponds to the "001" territory which is present for every zone within the mapping file.

TzdbVersion
Gets the TZDB version this Windows zone mapping data was created from.

Version
Gets the version of the Windows zones mapping data read from the original file.

WindowsVersion
Gets the Windows time zone database version this Windows zone mapping data was created from.

Remarks
See the CLDR design proposal for more details of the structure of the file from which data is taken.
Thread Safety
This type is immutable reference type. See the thread safety section of the user guide for more information.
Inheritance Hierarchy
Object
WindowsZones

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