Noda Time
LateInterval Property
NamespacesNodaTime.TimeZonesZoneLocalMappingLateInterval

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

Returns the later ZoneInterval within this mapping. For unambiguous mappings, this is the same as EarlyInterval; for ambiguous mappings, this is the interval during which the mapped local time last occurs; for impossible mappings, this is the interval after which the mapped local time occurs.
Declaration Syntax
C#Visual BasicVisual C++
public ZoneInterval LateInterval { get; }
Public ReadOnly Property LateInterval As ZoneInterval
	Get
public:
property ZoneInterval^ LateInterval {
	ZoneInterval^ get ();
}

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