[This is preliminary documentation and is subject to change.]
Initializes a new instance of the ZonedDateTime struct in the specified time zone
and the ISO calendar.

C# | Visual Basic | Visual C++ |
public ZonedDateTime( Instant instant, DateTimeZone zone )
Public Sub New ( _ instant As Instant, _ zone As DateTimeZone _ )
public: ZonedDateTime( Instant instant, DateTimeZone^ zone )

- instant (Instant)
- The instant.
- zone (DateTimeZone)
- The time zone.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)