DateTimeCollection.AddRange(IEnumerable<DateTime>) Method
Adds the specified range of dates to the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| items | IEnumerable<DateTime> | A IEnumerable<T> object, which is the collection of items to append to the collection. |
See Also