Summary
Returns a value that represents whether this collection contains any
date in the specified range.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- Calendar
Blackout Dates Collection
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. |