Determines the index of a specific Appointment in the collection.
Namespace:
BeeMobile.MonthCalendarAssembly: 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