Skip to main content
A newer version of this page is available. .
Tab

CalendarSelection.AddRange(DateTime, DateTime) Method

Adds the specified range of dates to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void AddRange(
    DateTime start,
    DateTime end
)

Parameters

Name Type Description
start DateTime

A DateTime object that specifies the start date of the range.

end DateTime

A DateTime object that specifies the end date of the range.

See Also