Packagestimulsoft.report.range
Classpublic class TimeSpanRange
InheritanceTimeSpanRange Inheritance Range Inheritance Object



Public Properties
 PropertyDefined By
  from : StiTimeSpan = null
TimeSpanRange
  fromObject : Object
[override] Gets or sets From item of range.
TimeSpanRange
  fromTime : StiTimeSpan
[read-only]
TimeSpanRange
  rangeName : String
[override] [read-only] Gets specified name of range.
TimeSpanRange
  rangeType : int
[override] [read-only] Gets the type of range items.
TimeSpanRange
  to : StiTimeSpan = null
TimeSpanRange
  toObject : Object
[override] Gets or sets To item of range.
TimeSpanRange
  toTime : StiTimeSpan
[read-only]
TimeSpanRange
Public Methods
 MethodDefined By
  
TimeSpanRange(from:StiTimeSpan = null, to:StiTimeSpan = null)
TimeSpanRange
  
contains(value:StiTimeSpan):Boolean
TimeSpanRange
  
deserialize(value:String):void
[override]
TimeSpanRange
 Inherited
fromType(type:int):Range
[static]
Range
 Inherited
parse(from:String, to:String):void
Fill From and To item of range with it string representation.
Range
  
serialize():String
[override]
TimeSpanRange
Property Detail
fromproperty
public var from:StiTimeSpan = null

fromObjectproperty 
fromObject:Object[override]

Gets or sets From item of range.


Implementation
    public function get fromObject():Object
    public function set fromObject(value:Object):void
fromTimeproperty 
fromTime:StiTimeSpan  [read-only]


Implementation
    public function get fromTime():StiTimeSpan
rangeNameproperty 
rangeName:String  [read-only] [override]

Gets specified name of range. Range name equal to name of range class.


Implementation
    public function get rangeName():String
rangeTypeproperty 
rangeType:int  [read-only] [override]

Gets the type of range items.


Implementation
    public function get rangeType():int
toproperty 
public var to:StiTimeSpan = null

toObjectproperty 
toObject:Object[override]

Gets or sets To item of range.


Implementation
    public function get toObject():Object
    public function set toObject(value:Object):void
toTimeproperty 
toTime:StiTimeSpan  [read-only]


Implementation
    public function get toTime():StiTimeSpan
Constructor Detail
TimeSpanRange()Constructor
public function TimeSpanRange(from:StiTimeSpan = null, to:StiTimeSpan = null)



Parameters
from:StiTimeSpan (default = null)
 
to:StiTimeSpan (default = null)
Method Detail
contains()method
public function contains(value:StiTimeSpan):Boolean

Parameters

value:StiTimeSpan

Returns
Boolean
deserialize()method 
override public function deserialize(value:String):void

Parameters

value:String

serialize()method 
override public function serialize():String

Returns
String