[This is preliminary documentation and is subject to change.]
Gets the zone interval for the given instant; the range of time around the instant in which the same Offset
applies (with the same split between standard time and daylight saving time, and with the same offset).

C# | Visual Basic | Visual C++ |
public abstract ZoneInterval GetZoneInterval( Instant instant )
Public MustOverride Function GetZoneInterval ( _ instant As Instant _ ) As ZoneInterval
public: virtual ZoneInterval^ GetZoneInterval( Instant instant ) abstract

The defined ZoneInterval.

This will always return a valid zone interval, as time zones cover the whole of time.

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