CalendarSelection.AddRange(DateTime, DateTime) Method
Adds the specified range of dates to 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