Skip to main content
Tab

CalendarSelection.RemoveRange(DateTime, DateTime) Method

In This Article

Removes the specified range of dates from the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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