Returns the index bar with the specified end date, or the bar that
contains the specified date
Namespace:
RightEdge.CommonAssembly: 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.