Requests historical data using a specific TimeRange

Namespace: Ico.AnyGlass.AlarmWorX.ViewModel
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void RefreshHistoricalData(
	TimeRange range
)
Visual Basic
Public Sub RefreshHistoricalData ( _
	range As TimeRange _
)
JScript
public function RefreshHistoricalData(
	range : TimeRange
)

Parameters

range
Type: Ico.Awx.Common..::..TimeRange
The TimeRange used to request the historical data

See Also