Noda Time
ForInterval Method (interval)
NamespacesNodaTime.TimeZonesZoneEqualityComparerForInterval(Interval)

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

Returns a ZoneEqualityComparer for the given interval with the default options.
Declaration Syntax
C#Visual BasicVisual C++
public static ZoneEqualityComparer ForInterval(
	Interval interval
)
Public Shared Function ForInterval ( _
	interval As Interval _
) As ZoneEqualityComparer
public:
static ZoneEqualityComparer^ ForInterval(
	Interval interval
)
Parameters
interval (Interval)
The interval over which to compare time zones.
Return Value
A ZoneEqualityComparer for the given interval with the default options.
Remarks
The default behaviour of this comparator is to consider two time zones to be equal if they share the same wall offsets at all points within a given interval. To specify non-default options, call the WithOptions(ZoneEqualityComparer..::..Options) method on the result of this method.

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