ActionScript 2.0 Components Language Reference |
|
|
|
| DateField component > DateField.displayedMonth | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
dateFieldInstance.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_df.displayedMonth = 11;
|
|
|
|