AppointmentsCollectionIndexOf Method
Determines the index of a specific
Appointment in the collection.
Namespace: BeeMobile.MonthCalendarAssembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
public int IndexOf(
Appointment value
)
Public Function IndexOf (
value As Appointment
) As Integer
- value Appointment
- The object to locate in the AppointmentsCollection
Int32The index of value if found in the list; otherwise, -1.