Noda Time
StrictResolver Field
NamespacesNodaTime.TimeZonesResolversStrictResolver

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

A ZoneLocalMappingResolver which only ever succeeds in the (usual) case where the result of the mapping is unambiguous.
Declaration Syntax
C#Visual BasicVisual C++
public static readonly ZoneLocalMappingResolver StrictResolver
Public Shared ReadOnly StrictResolver As ZoneLocalMappingResolver
public:
static initonly ZoneLocalMappingResolver^ StrictResolver
Remarks
If the mapping is ambiguous or skipped, this throws SkippedTimeException or AmbiguousTimeException, as appropriate. This resolver combines ThrowWhenAmbiguous and ThrowWhenSkipped.
See Also

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