SelectedDatesCollectionAddRange Method
Adds all the dates in the specified range, which includes the first
and last dates, to the collection.
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public void AddRange(
DateTime start,
DateTime end
)
Public Sub AddRange (
start As DateTime,
end As DateTime
)
member AddRange :
start : DateTime *
end : DateTime -> unit
Parameters
- start DateTime
- The first date to add to the collection.
- end DateTime
- The last date to add to the collection.