Packageorg.samchon.library.ui
Classpublic class DateField
InheritanceDateField Inheritance mx.controls.DateField



Public Properties
 PropertyDefined By
  addDate : int
[write-only]
DateField
  addMonth : int
[write-only]
DateField
  addYear : int
[write-only]
DateField
  date : String
DateField
  diffDate : int
[write-only]
DateField
  diffMonth : int
[write-only]
DateField
  diffYear : int
[write-only]
DateField
Public Methods
 MethodDefined By
  
DateField
Property Detail
addDateproperty
addDate:int  [write-only]


Implementation
    public function set addDate(value:int):void
addMonthproperty 
addMonth:int  [write-only]


Implementation
    public function set addMonth(value:int):void
addYearproperty 
addYear:int  [write-only]


Implementation
    public function set addYear(value:int):void
dateproperty 
date:String


Implementation
    public function get date():String
    public function set date(value:String):void
diffDateproperty 
diffDate:int  [write-only]


Implementation
    public function set diffDate(value:int):void
diffMonthproperty 
diffMonth:int  [write-only]


Implementation
    public function set diffMonth(value:int):void
diffYearproperty 
diffYear:int  [write-only]


Implementation
    public function set diffYear(value:int):void
Constructor Detail
DateField()Constructor
public function DateField()