Click or drag to resize
CalendarDayCollectionIndexOf Method
Returns a zero based index of a KaxCalendarDay object depending on the passed index.

Namespace: Kettic.AspNet.Controls.Calendar.Collections
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual int IndexOf(
	Object inputItem
)

Parameters

inputItem
Type: SystemObject
The zero-based index, KaxCalendarDay object or the date represented by the searched KaxCalendarDay object.

Return Value

Type: Int32
A zero based index of the KaxCalendarDay object in the collection, or -1 if the KaxCalendarDay object is not found.
See Also