CalendarBlackoutDatesCollectionContains(DateTime, DateTime) Method
Returns a value that represents whether this collection contains the
specified range of dates.
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool Contains(
DateTime start,
DateTime end
)
Public Function Contains (
start As DateTime,
end As DateTime
) As Boolean
member Contains :
start : DateTime *
end : DateTime -> bool
- start DateTime
- The start of the date range.
- end DateTime
- The end of the date range.
Boolean
True if all dates in the range are contained in the collection;
otherwise, false.