Noda Time
DateTimeZone Constructor (id, isFixed, minOffset, maxOffset)
NamespacesNodaTimeDateTimeZoneDateTimeZone(String, Boolean, Offset, Offset)

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

Initializes a new instance of the DateTimeZone class.
Declaration Syntax
C#Visual BasicVisual C++
protected DateTimeZone(
	string id,
	bool isFixed,
	Offset minOffset,
	Offset maxOffset
)
Protected Sub New ( _
	id As String, _
	isFixed As Boolean, _
	minOffset As Offset, _
	maxOffset As Offset _
)
protected:
DateTimeZone(
	String^ id, 
	bool isFixed, 
	Offset minOffset, 
	Offset maxOffset
)
Parameters
id (String)
The unique id of this time zone.
isFixed (Boolean)
Set to true if this time zone has no transitions.
minOffset (Offset)
Minimum offset applied within this zone
maxOffset (Offset)
Maximum offset applied within this zone

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