Sets the time range for the historical read

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void SetTimeRange(
	DateTime startTime,
	DateTime endTime
)
Visual Basic
Public Sub SetTimeRange ( _
	startTime As DateTime, _
	endTime As DateTime _
)
JScript
public function SetTimeRange(
	startTime : DateTime, 
	endTime : DateTime
)

Parameters

startTime
Type: System..::..DateTime
endTime
Type: System..::..DateTime

See Also