TradingChartGetTimeRange Method |
LightningChart .NET Help
Gets the time range of the current data set.
Namespace:
Arction.CustomControls.Trader.WinForms
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntaxpublic void GetTimeRange(
out DateTime startTime,
out DateTime endTime
)
Public Sub GetTimeRange (
<OutAttribute> ByRef startTime As DateTime,
<OutAttribute> ByRef endTime As DateTime
)
public:
void GetTimeRange(
[OutAttribute] DateTime% startTime,
[OutAttribute] DateTime% endTime
)
Parameters
- startTime
- Type: SystemDateTime
Time range begin - endTime
- Type: SystemDateTime
time range end
See Also