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

CalendarSelection.RemoveRange(DateTime, DateTime) Method

Removes the specified range of dates from the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void RemoveRange(
    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