Noda Time
ZonedDateTime Constructor
NamespacesNodaTimeZonedDateTimeZonedDateTime()()()()

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

Members
IconMemberDescription
ZonedDateTime(Instant, DateTimeZone, CalendarSystem)
Initializes a new instance of the ZonedDateTime struct.

ZonedDateTime(Instant, DateTimeZone)
Initializes a new instance of the ZonedDateTime struct in the specified time zone and the ISO calendar.

ZonedDateTime(LocalDateTime, DateTimeZone, Offset)
Initializes a new instance of the ZonedDateTime struct in the specified time zone from a given local time and offset. The offset is validated to be correct as part of initialization. In most cases a local time can only map to a single instant anyway, but the offset is included here for cases where the local time is ambiguous, usually due to daylight saving transitions.

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