ActionScript 2.0 Components Language Reference |
|
|
|
| DateChooser component > DateChooser.displayedMonth | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
dateChooserInstance.displayedMonth
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.
The following example sets the displayed month to December:
my_dc.displayedMonth = 11;
|
|
|
|