Table of Contents
DateRange.Contains Method
Overload List
Name Description
bool Contains(DateTime); Returns whether the specified date is within the range of this DateRange object.
bool Contains(DateRange); Returns whether the specified date is within the range of this DateRange object.
See Also