dotnetCHARTING Send comments on this topic.
IndexOf Method
See Also 
dotnetCHARTING Namespace > TimeIntervalCollection Class : IndexOf Method


timeInterval
The TimeInterval to find.
Determines index of a specified TimeInterval in this collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal timeInterval As TimeInterval _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As TimeIntervalCollection
Dim timeInterval As TimeInterval
Dim value As Integer
 
value = instance.IndexOf(timeInterval)
C# 
public int IndexOf( 
   TimeInterval timeInterval
)

Parameters

timeInterval
The TimeInterval to find.

Return Value

The zero-based index of the specified TimeInterval.

See Also

© 2010 All Rights Reserved.