The time range used to request Historical Data in runtime

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public TimeRange TimeRange { get; set; }
Visual Basic
Public Property TimeRange As TimeRange
	Get
	Set
JScript
function get TimeRange () : TimeRange
function set TimeRange (value : TimeRange)

Remarks

The time range by default is the same time range specified in the subscription, but it can dynamically change in runtime

See Also