CalendarBlackoutDatesCollectionContains(DateTime) Method
Returns a value that represents whether this collection contains the
specified date.
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool Contains(
DateTime date
)
Public Function Contains (
date As DateTime
) As Boolean
member Contains :
date : DateTime -> bool
- date DateTime
- The date to search for.
Boolean
True if the collection contains the specified date; otherwise,
false.