DateChooser.displayedMonth

Availability

Flash Player 6 (6.0.79.0).

Edition

Flash MX Professional 2004.

Usage

dateChooserInstance.displayedMonth

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:

my_dc.displayedMonth = 11;

See also

DateChooser.displayedYear