Noda Time
Single Method
NamespacesNodaTime.TimeZonesZoneLocalMappingSingle()()()()

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

Returns the single ZonedDateTime which maps to the original LocalDateTime in the mapped DateTimeZone.
Declaration Syntax
C#Visual BasicVisual C++
public ZonedDateTime Single()
Public Function Single As ZonedDateTime
public:
ZonedDateTime Single()
Return Value
The unambiguous result of mapping the local date/time in the time zone.
Exceptions
ExceptionCondition
SkippedTimeExceptionThe local date/time was skipped in the time zone.
AmbiguousTimeExceptionThe local date/time was ambiguous in the time zone.

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