Skip to main content
Tab

DateTimeCollection.Insert(Int32, DateTime) Method

Inserts the specified item into the collection at the specified index.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override void Insert(
    int index,
    DateTime item
)

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