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

[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.
Declaration Syntax
C#Visual BasicVisual C++
public ZonedDateTime(
	Instant instant,
	DateTimeZone zone
)
Public Sub New ( _
	instant As Instant, _
	zone As DateTimeZone _
)
public:
ZonedDateTime(
	Instant instant, 
	DateTimeZone^ zone
)
Parameters
instant (Instant)
The instant.
zone (DateTimeZone)
The time zone.

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