Noda Time
First Method
NamespacesNodaTime.TimeZonesZoneLocalMappingFirst()()()()

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

Returns a ZonedDateTime which maps to the original LocalDateTime in the mapped DateTimeZone: either the single result if the mapping is unambiguous, or the earlier result if the local date/time occurs twice in the time zone due to a time zone offset change such as an autumnal daylight saving transition.
Declaration Syntax
C#Visual BasicVisual C++
public ZonedDateTime First()
Public Function First As ZonedDateTime
public:
ZonedDateTime First()
Return Value
The unambiguous result of mapping a local date/time in a time zone.
Exceptions
ExceptionCondition
SkippedTimeExceptionThe local date/time was skipped in the time zone.

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