Noda Time
GetZoneInterval Method (instant)
NamespacesNodaTimeDateTimeZoneGetZoneInterval(Instant)

[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).
Declaration Syntax
C#Visual BasicVisual C++
public abstract ZoneInterval GetZoneInterval(
	Instant instant
)
Public MustOverride Function GetZoneInterval ( _
	instant As Instant _
) As ZoneInterval
public:
virtual ZoneInterval^ GetZoneInterval(
	Instant instant
) abstract
Parameters
instant (Instant)
The Instant to query.
Return Value
The defined ZoneInterval.
Remarks
This will always return a valid zone interval, as time zones cover the whole of time.
See Also

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