Summary
Adds all the dates in the specified range, which includes the first
and last dates, to the collection.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- Selected
Dates Collection
Syntax
public void AddRange(DateTime start, DateTime end)
Parameters
Name | Type | Description |
---|---|---|
start | DateTime | The first date to add to the collection. |
end | DateTime | The last date to add to the collection. |
Return Value
Type | Description |
---|---|
void |