Gets the index of a CalendarDay in this collection.

Namespace:  C1.Web.iPhone.C1Calendar
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.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