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

objAlarm
The dbiAppointmentItem to add to the alarm collection.
Adds a new contact to the collection.

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal objAlarm As dbiAppointmentItem _
) As Integer
C# 
public int Add( 
   dbiAppointmentItem objAlarm
)

Parameters

objAlarm
The dbiAppointmentItem to add to the alarm collection.

Return Value

The zero-based index of the item in the collection.

Requirements

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

See Also