CalendarBlackoutDatesCollectionContains(DateTime) Method

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

Definition

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

Parameters

date  DateTime
The date to search for.

Return Value

Boolean
True if the collection contains the specified date; otherwise, false.

See Also