CalendarBlackoutDatesCollectionContains(DateTime, DateTime) Method

Returns a value that represents whether this collection contains the specified range of dates.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool Contains(
	DateTime start,
	DateTime end
)

Parameters

start  DateTime
The start of the date range.
end  DateTime
The end of the date range.

Return Value

Boolean
True if all dates in the range are contained in the collection; otherwise, false.

See Also