Sets or gets a type of this TimeRange

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

Syntax

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

See Also