Package | stimulsoft.report.dictionary.dialogInfo |
Class | public class StiTimeSpanRangeDialogInfoItem |
Inheritance | StiTimeSpanRangeDialogInfoItem ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
from : StiDateTime Gets or sets value which will be used as From key of range item in GUI. | StiTimeSpanRangeDialogInfoItem | ||
![]() | keyObject : Object Internal use only. | StiDialogInfoItem | |
![]() | keyObjectTo : Object Internal use only. | StiDialogInfoItem | |
to : StiDateTime Gets or sets value which will be used as To key of range item in GUI. | StiTimeSpanRangeDialogInfoItem | ||
![]() | value : String Gets or sets value which will be displayed instead of the Key value in GUI. | StiDialogInfoItem |
Method | Defined By | ||
---|---|---|---|
StiTimeSpanRangeDialogInfoItem | |||
![]() | clone(... args):Object Creates a new object that is a copy of the current instance. | StiObject | |
![]() | equals(object:Object):Boolean | StiObject | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object Creates a shallow copy of the current Collection. | StiObject | |
![]() | toString(dateTimeType:int = 1):String | StiDialogInfoItem |
from | property |
from:StiDateTime
Gets or sets value which will be used as From key of range item in GUI.
public function get from():StiDateTime
public function set from(value:StiDateTime):void
to | property |
to:StiDateTime
Gets or sets value which will be used as To key of range item in GUI.
public function get to():StiDateTime
public function set to(value:StiDateTime):void
StiTimeSpanRangeDialogInfoItem | () | Constructor |
public function StiTimeSpanRangeDialogInfoItem()