CalendarBlackoutDatesCollectionContainsAny Method
Returns a value that represents whether this collection contains any
date in the specified range.
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool ContainsAny(
CalendarDateRange range
)
Public Function ContainsAny (
range As CalendarDateRange
) As Boolean
member ContainsAny :
range : CalendarDateRange -> bool
- range CalendarDateRange
- The range of dates to search for.
Boolean
True if any date in the range is contained in the collection;
otherwise, false.