Refreshes the data updating start time and end time
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public void RefreshData(
DateTime selectedStartTime,
DateTime selectedEndTime
) |
| Visual Basic |
|---|
Public Sub RefreshData ( _
selectedStartTime As DateTime, _
selectedEndTime As DateTime _
) |
| JScript |
|---|
public final function RefreshData(
selectedStartTime : DateTime,
selectedEndTime : DateTime
) |
Parameters
- selectedStartTime
- Type: System..::..DateTime
- selectedEndTime
- Type: System..::..DateTime
Implements
IGdxSpcSeries..::..RefreshData(DateTime, DateTime)
See Also