SelectedDatesCollection.

AddRange(DateTime, DateTime) Method

Summary

Adds all the dates in the specified range, which includes the first and last dates, to the 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