GetSessionEndTime()
GetSessionEndTime()
Definition
Returns the daily bar session ending time stamp relative to the current bar index value.
This method is ONLY intended for bars built from daily data. If called on intraday data, GetSessionEndTime() will return the Bars.GetTime() value.
Method Return 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.
Syntax
Bars.GetSessionEndTime(int index)

