dbicMonth Send comments on this topic.
IndexOf(dbiAppointmentItem) Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentCollection Class : IndexOf(dbiAppointmentItem) Method

obj
dbiAppointmentItem
Returns the index of a specified item within the collection.

Syntax

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

Parameters

obj
dbiAppointmentItem

Return Value

Integer

Requirements

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

See Also