FOR INTERNAL USE NOT FOR CUSTOMERS
            Gets or sets a date/time interval to limit the history of requested event points
            
 Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# | 
|---|
[ObsoleteAttribute("Use timerange instead", true)]
public TimeRange HistoryTimeRange { get; set; } | 
| Visual Basic | 
|---|
<ObsoleteAttribute("Use timerange instead", True)> _
Public Property HistoryTimeRange As TimeRange
	Get
	Set | 
| JScript | 
|---|
function get HistoryTimeRange () : TimeRange
function set HistoryTimeRange (value : TimeRange)  | 
See Also