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)
- C#
- VB
- F#
public void AddRange(
DateTime start,
DateTime end
)
Public Sub AddRange (
start As DateTime,
end As DateTime
)
member AddRange :
start : DateTime *
end : DateTime -> unit
Parameters
See Also
Reference
SelectedDatesCollection Class
Avalonia.Controls.Primitives Namespace