CalendarBlackoutDatesCollection.

ContainsAny(CalendarDateRange) Method

Summary

Returns a value that represents whether this collection contains any date in the specified range.

Syntax

public bool ContainsAny(CalendarDateRange range)

Parameters

Name Type Description
range CalendarDateRange The range of dates to search for.

Return Value

Type Description
bool True if any date in the range is contained in the collection; otherwise, false.