dbicDropDate Send comments on this topic.
Insert Method
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDayFormatCollection Class : Insert Method

nIndex
The zero-based index location where the item is inserted.
item
The Dbi.PIM.dbiDayFormat to insert.
Inserts an item at a specific location in the collection.

Syntax

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

Parameters

nIndex
The zero-based index location where the item is inserted.
item
The Dbi.PIM.dbiDayFormat to insert.

Return Value

This method does not return a value.

Requirements

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

See Also