Detects the index of C1Date object that represents the specified date.

Namespace:  C1.Web.iPhone.C1Calendar
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public int IndexOf(
	DateTime date
)
Visual Basic
Public Function IndexOf ( _
	date As DateTime _
) As Integer

Parameters

date
Type: System..::..DateTime
The date to detect.

Return Value

Index of C1Date object that represents the specified date.

See Also