[This is preliminary documentation and is subject to change.]
A ZoneLocalMappingResolver which never throws an exception due to ambiguity or skipped time.

C# | Visual Basic | Visual C++ |
public static readonly ZoneLocalMappingResolver LenientResolver
Public Shared ReadOnly LenientResolver As ZoneLocalMappingResolver
public: static initonly ZoneLocalMappingResolver^ LenientResolver

Ambiguity is handled by returning the later occurrence, and skipped times are mapped to the start of the zone interval
after the gap. This resolver combines ReturnLater and ReturnStartOfIntervalAfter.

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