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# |
---|
void RefreshData(
DateTime selectedStartTime,
DateTime selectedEndTime
) |
Visual Basic |
---|
Sub RefreshData ( _
selectedStartTime As DateTime, _
selectedEndTime As DateTime _
) |
JScript |
---|
function RefreshData(
selectedStartTime : DateTime,
selectedEndTime : DateTime
) |
Parameters
- selectedStartTime
- Type: System..::..DateTime
- selectedEndTime
- Type: System..::..DateTime
See Also