Table of Contents
DateRange.Contains Method (DateRange)

Returns whether the specified date is within the range of this DateRange object.

Syntax
 public bool Contains(
   DateRange dateRange
);

Parameters

dateRange
The DateRange to check.

Return Value

True if dateRange is included in this DateRange instance.

See Also