[This is preliminary documentation and is subject to change.]
Returns the single ZonedDateTime which maps to the original
LocalDateTime in the mapped DateTimeZone.
| C# | Visual Basic | Visual C++ |
public ZonedDateTime Single()
Public Function Single As ZonedDateTime
public: ZonedDateTime Single()
The unambiguous result of mapping the local date/time in the time zone.
| Exception | Condition |
|---|---|
| SkippedTimeException | The local date/time was skipped in the time zone. |
| AmbiguousTimeException | The local date/time was ambiguous in the time zone. |
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)