Noda Time
MapZone Constructor (windowsId, territory, tzdbIds)
NamespacesNodaTime.TimeZones.CldrMapZoneMapZone(String, String, IList<(Of <<'(String>)>>))

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

Creates a new mapping entry.
Declaration Syntax
C#Visual BasicVisual C++
public MapZone(
	string windowsId,
	string territory,
	IList<string> tzdbIds
)
Public Sub New ( _
	windowsId As String, _
	territory As String, _
	tzdbIds As IList(Of String) _
)
public:
MapZone(
	String^ windowsId, 
	String^ territory, 
	IList<String^>^ tzdbIds
)
Parameters
windowsId (String)
Windows system time zone identifier. Must not be null.
territory (String)
Territory code. Must not be null.
tzdbIds (IList<(Of <(<'String>)>)>)
List of territory codes. Must not be null, and must not contains null values.
Remarks
This constructor is only public for the sake of testability.

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