'Declaration Public Function ContainsAny( _ ByVal range As CalendarDateRange _ ) As Boolean
'Usage Dim instance As BlackoutDatesCollection Dim range As CalendarDateRange Dim value As Boolean value = instance.ContainsAny(range)
public bool ContainsAny( CalendarDateRange range )
Parameters
- range
- The range of dates to search for.
Return Value
true if any dates in the range are contained in the collection; otherwise, false.