Click or drag to resize
AppointmentCollectionIndexOf Method
Searches for the specified Appointment and returns the zero-based index of the first occurrence within the entire AppointmentCollection.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int IndexOf(
	Appointment appointment
)

Parameters

appointment
Type: Kettic.AspNet.ControlsAppointment
The Appointment to locate in the AppointmentCollection.

Return Value

Type: Int32
The zero-based index of the first occurrence of value within the entire AppointmentCollection, if found; otherwise, -1.
See Also