Noda Time
TzdbZoneLocation Class
NamespacesNodaTime.TimeZonesTzdbZoneLocation

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

A location entry generated from the "zone.tab" file in a TZDB release. This can be used to provide users with a choice of time zone, although it is not internationalized.
Declaration Syntax
C#Visual BasicVisual C++
public sealed class TzdbZoneLocation
Public NotInheritable Class TzdbZoneLocation
public ref class TzdbZoneLocation sealed
Members
All MembersConstructorsProperties



IconMemberDescription
TzdbZoneLocation(Int32, Int32, String, String, String, String)
Creates a new location.

Comment
The comment (in English) for the mapping, if any.

CountryCode
The ISO-3166 2-letter country code for the country containing the location.

CountryName
The English name of the country containing the location.

Latitude
Latitude in degrees; positive for North, negative for South.

Longitude
Longitude in degrees; positive for East, negative for West.

ZoneId
The ID of the time zone for this location.

Inheritance Hierarchy
Object
TzdbZoneLocation

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