DateTimeCollection.AddRange(IEnumerable<DateTime>) Method
Adds the specified range of dates to the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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