Determines the index of a specific item in the collection.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public int IndexOf(
	TimeHeader value
)
Visual Basic
Public Function IndexOf ( _
	value As TimeHeader _
) As Integer
Visual C++
public:
int IndexOf(
	TimeHeader^ value
)

Parameters

value
Type: DayPilot.Web.Ui..::..TimeHeader

Return Value

See Also