Noda Time
Last Method
NamespacesNodaTime.TimeZonesZoneLocalMappingLast()()()()

[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 later 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 Last()
Public Function Last As ZonedDateTime
public:
ZonedDateTime Last()
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)