Noda Time
GetZoneInterval Method (instant)
NamespacesNodaTime.Testing.TimeZonesSingleTransitionDateTimeZoneGetZoneInterval(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 override ZoneInterval GetZoneInterval(
	Instant instant
)
Public Overrides Function GetZoneInterval ( _
	instant As Instant _
) As ZoneInterval
public:
virtual ZoneInterval^ GetZoneInterval(
	Instant instant
) override
Parameters
instant (Instant)
The Instant to query.
Return Value
The defined ZoneInterval.
Remarks
This returns either the zone interval before or after the transition, based on the instant provided.
See Also

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