CalendarBlackoutDatesCollectionContainsAny Method

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

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool ContainsAny(
	CalendarDateRange range
)

Parameters

range  CalendarDateRange
The range of dates to search for.

Return Value

Boolean
True if any date in the range is contained in the collection; otherwise, false.

See Also