Summary
Returns a value that represents whether this collection contains the
specified date.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- Calendar
Blackout Dates Collection
Syntax
public bool Contains(DateTime date)
Parameters
Name | Type | Description |
---|---|---|
date | DateTime | The date to search for. |
Return Value
Type | Description |
---|---|
bool | True if the collection contains the specified date; otherwise, false. |