Table of Contents
DateRange.Contains Method (DateTime)

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

Syntax
 public bool Contains(
   DateTime date
);

Parameters

date
The DateTime to check.

Return Value

True if date is included in this DateRange instance.

See Also