'Usage
Dim instance As CalendarBlackoutDatesCollection Dim date As DateOnly Dim value As Boolean value = instance.Contains(date)
Parameters
- date
- The date that will be evaluated.
Return Value
Returns true if the specific date is part of the CalendarBlackoutDatesCollection; returns false otherwise.