Noda Time
LenientResolver Field
NamespacesNodaTime.TimeZonesResolversLenientResolver

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

A ZoneLocalMappingResolver which never throws an exception due to ambiguity or skipped time.
Declaration Syntax
C#Visual BasicVisual C++
public static readonly ZoneLocalMappingResolver LenientResolver
Public Shared ReadOnly LenientResolver As ZoneLocalMappingResolver
public:
static initonly ZoneLocalMappingResolver^ LenientResolver
Remarks
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.
See Also

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