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

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.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