Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The IDateChooserModel interface.
dayNames:Array
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
An array of strings used to name the days of the week with Sunday being the
first element of the array.
Implementation public function get dayNames():Array
public function set dayNames(value:Array):void
displayedMonth:Number
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The month currently displayed by the DateChooser.
Implementation public function get displayedMonth():Number
public function set displayedMonth(value:Number):void
displayedYear:Number
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The year currently displayed by the DateChooser.
Implementation public function get displayedYear():Number
public function set displayedYear(value:Number):void
firstDayOfWeek:Number
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The index of the first day of the week, Sunday = 0.
Implementation public function get firstDayOfWeek():Number
public function set firstDayOfWeek(value:Number):void
monthNames:Array
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
An array of strings used to name the months of the year with January being
the first element of the array.
Implementation public function get monthNames():Array
public function set monthNames(value:Array):void
selectedDate:Date
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The currently selected date or null if no date has been selected.
Implementation public function get selectedDate():Date
public function set selectedDate(value:Date):void
Fri Apr 18 2014, 11:02 PM -07:00