Noda Time
ZonedDateTime Constructor (instant, zone, calendar)
NamespacesNodaTimeZonedDateTimeZonedDateTime(Instant, DateTimeZone, CalendarSystem)

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

Initializes a new instance of the ZonedDateTime struct.
Declaration Syntax
C#Visual BasicVisual C++
public ZonedDateTime(
	Instant instant,
	DateTimeZone zone,
	CalendarSystem calendar
)
Public Sub New ( _
	instant As Instant, _
	zone As DateTimeZone, _
	calendar As CalendarSystem _
)
public:
ZonedDateTime(
	Instant instant, 
	DateTimeZone^ zone, 
	CalendarSystem^ calendar
)
Parameters
instant (Instant)
The instant.
zone (DateTimeZone)
The time zone.
calendar (CalendarSystem)
The calendar system.
Exceptions
ExceptionCondition
ArgumentNullExceptionzone or calendar is null.

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