GetSessionEndTime()
<< Click to Display Table of Contents >> GetSessionEndTime() |
Returns the daily bar session ending time stamp relative to the current bar index value.
Note: This method is ONLY intended for bars built from daily data. If called on intraday data, GetSessionEndTime() will return the Bars.GetTime() value. |
A DateTime structure that represents the daily bars ending time stamp at the desired bar index; intraday bars will return the time stamp at the current bar index value.
Bars.GetSessionEndTime(int index)
index |
An int representing an absolute bar index value |
protected override void OnRender(ChartControl chartControl, ChartScale chartScale) |