Gets the index of a CalendarDay in this collection.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public virtual int IndexOf(
	Object day
)
Visual Basic
Public Overridable Function IndexOf ( _
	day As Object _
) As Integer

Parameters

day
Type: System..::..Object
CalendarDay to detect.

Return Value

Position in this collection.

See Also