DateRangeContains Method

Determines if this instance contains another range. There are three overloads.

Overload List

Contains(DateTimeOffset) Returns true if the given DateTimeOffset is contained within this range.
Contains(IRangeDateTimeOffset) Returns true if the given range is contained within this range.
Contains(NullableDateRange) Returns true if the given DateRange is contained within this range.

See Also