DateTimeCollection.Insert(Int32, DateTime) Method
Inserts the specified item into the collection at the specified index.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | An integer value that specifies the index in the collection. |
| item | DateTime | A DateTime object that specifies the item that should be added to the collection. |
See Also