Noda Time
WithOptions Method (options)
NamespacesNodaTime.TimeZonesZoneEqualityComparerWithOptions(ZoneEqualityComparer..::..Options)

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

Returns a comparer operating over the same interval as this one, but with the given set of options.
Declaration Syntax
C#Visual BasicVisual C++
Public Function WithOptions ( _
	options As ZoneEqualityComparer..::..Options _
) As ZoneEqualityComparer
Parameters
options (ZoneEqualityComparer..::..Options)
New set of options, which must consist of flags defined within the ZoneEqualityComparer..::..Options enum.
Return Value
A comparer operating over the same interval as this one, but with the given set of options.
Remarks
This method does not modify the comparer on which it's called.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe specified options are invalid.

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