Gets or sets int value for the last Hours when in the LastDHM mode.

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

Syntax

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

See Also