public method IPriceHistoryResponse.getDate
Overview
Gets the beginning of a bar's date/time
Declaration
function getDate(index)
public Date getDate(int index);
public DateTime getDate(int index);
Parameters
| Name | Description |
|---|---|
| index | The index of a bar |
Returns
The method returns a real value that represents the beginning of a bar's date/time
Details
Declared in IPriceHistoryResponse