Day |
The DayRanges type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Create(DayRange) | Returns a non-null DayRanges object containing the specified DayRange items. |
![]() ![]() | Create(IEnumerableDayRange) | Returns a non-null DayRanges object containing the specified DayRange items. |
![]() | Equals |
Returns true if obj is a DayRanges
object representing the same set of DayRange items as
this; false otherwise.
(Overrides ObjectEquals(Object)) |
![]() | GetEnumerator | Returns an enumerator for iterating over each DayRange contained within this chronologically-ordered set. |
![]() | GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode) |
![]() | ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) |