Returns the index bar with the specified end date, or the bar that contains the specified date

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public int LookupEndDate(
	DateTime barEndDate
)
Visual Basic (Declaration)
Public Function LookupEndDate ( _
	barEndDate As DateTime _
) As Integer
Visual C++
public:
int LookupEndDate(
	DateTime barEndDate
)

Parameters

barEndDate
Type: System..::.DateTime
Specified end date.

Return Value

Index of located bar, otherwise -1 if the bar for that end date was not found.

See Also