dbicDate Send comments on this topic.
Insert Method
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > DateTimeCollection Class : Insert Method

nIndex
Integer value of the index where the insertion is to occur.
item
The Date item to insert into the collection.
Inserts a Date at the desired index.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal nIndex As Integer, _
   ByVal item As Date _
) 
C# 
public void Insert( 
   int nIndex,
   DateTime item
)

Parameters

nIndex
Integer value of the index where the insertion is to occur.
item
The Date item to insert into the collection.

Return Value

None

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also