Determines whether the given date falls in the range of dates covered by this exception.
[Visual Basic]Public Function Contains( _
ByVal
date As
Date _
) As
Boolean Parameters
- date
- Date to be tested
Return Value
True if given date falls in range of dates covered by this exception
Remarks
This method assumes that both the start and end date of this exception have been set.
See Also
CalendarPeriod Class | Aspose.Tasks Namespace