Click or drag to resize

DayRanges Methods

The DayRanges type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreate(DayRange) Returns a non-null DayRanges object containing the specified DayRange items.
Public methodStatic memberCreate(IEnumerableDayRange) Returns a non-null DayRanges object containing the specified DayRange items.
Public methodEquals Returns true if obj is a DayRanges object representing the same set of DayRange items as this; false otherwise.
(Overrides ObjectEquals(Object))
Public methodGetEnumerator Returns an enumerator for iterating over each DayRange contained within this chronologically-ordered set.
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString)
Top
See Also