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

obj
The dbiAppointmentItem to add to the collection.
Add a dbiAppointmentItem to the collection.

Syntax

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

Parameters

obj
The dbiAppointmentItem to add to the collection.

Return Value

An integer indicating the index of the dbiAppointmentItem in the collection.

Requirements

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

See Also