This class indicates a date/time boundary for the events history

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

Syntax

C#
[SerializableAttribute]
public class TimeRange : ValidatingObject
Visual Basic
<SerializableAttribute> _
Public Class TimeRange _
	Inherits ValidatingObject
JScript
public class TimeRange extends ValidatingObject

Inheritance Hierarchy

System..::..Object
  BindableObject
    ValidatingObject
      Ico.Awx.Common..::..TimeRange

See Also