Skip to main content

AddRange 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)

public void AddRange(
DateTime start,
DateTime end
)

Parameters

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

See Also

Reference

SelectedDatesCollection Class
Avalonia.Controls.Primitives Namespace