Contains(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)
- C#
- VB
- F#
public bool Contains(
DateTime date
)
Public Function Contains (
date As DateTime
) As Boolean
member Contains :
date : DateTime -> bool
Parameters
- DateTime
- The date to search for.
Return Value
Boolean
True if the collection contains the specified date; otherwise, false.
See Also
Reference
CalendarBlackoutDatesCollection Class
Contains Overload
Avalonia.Controls.Primitives Namespace