ContainsAny Method
Returns a value that represents whether this collection contains any date in the specified range.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool ContainsAny(
CalendarDateRange range
)
Public Function ContainsAny (
range As CalendarDateRange
) As Boolean
member ContainsAny :
range : CalendarDateRange -> bool
Parameters
- CalendarDateRange
- The range of dates to search for.
Return Value
Boolean
True if any date in the range is contained in the collection; otherwise, false.
See Also
Reference
CalendarBlackoutDatesCollection Class
Avalonia.Controls.Primitives Namespace