Packagestimulsoft.report.range
Classpublic class DateTimeRange
InheritanceDateTimeRange Inheritance Range Inheritance Object



Public Properties
 PropertyDefined By
  from : StiDateTime = null
DateTimeRange
  fromDate : StiDateTime
[read-only]
DateTimeRange
  fromObject : Object
[override] Gets or sets From item of range.
DateTimeRange
  rangeName : String
[override] [read-only] Gets specified name of range.
DateTimeRange
  rangeType : int
[override] [read-only] Gets the type of range items.
DateTimeRange
  to : StiDateTime = null
DateTimeRange
  toDate : StiDateTime
[read-only]
DateTimeRange
  toObject : Object
[override] Gets or sets To item of range.
DateTimeRange
Public Methods
 MethodDefined By
  
DateTimeRange(from:StiDateTime = null, to:StiDateTime = null)
DateTimeRange
  
contains(value:StiDateTime):Boolean
DateTimeRange
  
deserialize(value:String):void
[override]
DateTimeRange
 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]
DateTimeRange
Property Detail
fromproperty
public var from:StiDateTime = null

fromDateproperty 
fromDate:StiDateTime  [read-only]


Implementation
    public function get fromDate():StiDateTime
fromObjectproperty 
fromObject:Object[override]

Gets or sets From item of range.


Implementation
    public function get fromObject():Object
    public function set fromObject(value:Object):void
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:StiDateTime = null

toDateproperty 
toDate:StiDateTime  [read-only]


Implementation
    public function get toDate():StiDateTime
toObjectproperty 
toObject:Object[override]

Gets or sets To item of range.


Implementation
    public function get toObject():Object
    public function set toObject(value:Object):void
Constructor Detail
DateTimeRange()Constructor
public function DateTimeRange(from:StiDateTime = null, to:StiDateTime = null)



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

Parameters

value:StiDateTime

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

Parameters

value:String

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

Returns
String