Determines the index of a specific Appointment in the collection.

Namespace:  BeeMobile.MonthCalendar
Assembly:  BeeMobile.MonthCalendar.CF35 (in BeeMobile.MonthCalendar.CF35.dll) Version: 3.5.0.1

Syntax

C#
public int IndexOf(
	Appointment value
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	value As Appointment _
) As Integer
Visual C++
public:
int IndexOf(
	Appointment^ value
)

Parameters

value
Type: BeeMobile.MonthCalendar..::.Appointment
The object to locate in the AppointmentsCollection

Return Value

The index of value if found in the list; otherwise, -1.

See Also