SelectedDatesCollectionAddRange Method

Adds all the dates in the specified range, which includes the first and last dates, to the collection.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public void AddRange(
	DateTime start,
	DateTime end
)

Parameters

start  DateTime
The first date to add to the collection.
end  DateTime
The last date to add to the collection.

See Also