CalendarSelection.RemoveRange(DateTime, DateTime) Method
Removes the specified range of dates from the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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