dbicCalendar Send comments on this topic.
Insert Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > AlarmItemCollection Class : Insert Method

nIndex
The zero-based index location where the item is inserted.
objAlarm
The dbiAppointmentItem to insert into the alarm collection.
Inserts an item at a specific location in the collection.

Syntax

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

Parameters

nIndex
The zero-based index location where the item is inserted.
objAlarm
The dbiAppointmentItem to insert into the alarm collection.

Requirements

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

See Also