User Guide
DateChooser component (Flash Professional only) 361
Description
Property; a number indicating which month is displayed. The number indicates an element in
the
monthNames array, with 0 being the first month. The default value is the month of the
current date.
Example
The following example sets the displayed month to December:
myDC.displayedMonth = 11;
See also
DateChooser.displayedYear
DateChooser.displayedYear
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDC.displayedYear
Description
Property; a four-digit number indicating which year is displayed. The default value is the
current year.
Example
The following example sets the displayed year to 2010:
myDC.displayedYear = 2010;
See also
DateChooser.displayedMonth
DateChooser.firstDayOfWeek
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDC.firstDayOfWeek