[This is preliminary documentation and is subject to change.]
Initializes a new instance of the ZonedDateTime struct.

C# | Visual Basic | Visual 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 )

- instant (Instant)
- The instant.
- zone (DateTimeZone)
- The time zone.
- calendar (CalendarSystem)
- The calendar system.

Exception | Condition |
---|---|
ArgumentNullException | zone or calendar is null. |
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)