User Guide

DateChooser class (Flash Professional only) 419
Property summary for the DateChooser class
The following table lists the properties that are exclusive to the DateChooser class.
Properties inherited from the UIObject class
The following table lists the properties the DateChooser class inherits from the UIObject
class. When accessing these properties from the DateChooser object, use the form
dateChooserInstance.propertyName.
Property Description
DateChooser.dayNames An array indicating the names of the days of the week.
DateChooser.disabledDays An array indicating the days of the week that are disabled for
all applicable dates in the date chooser.
DateChooser.disabledRanges A range of disabled dates or a single disabled date.
DateChooser.displayedMonth A number indicating an element in the monthNames array to
display in the date chooser.
DateChooser.displayedYear A number indicating the year to display.
DateChooser.firstDayOfWeek A number indicating an element in the dayNames array to
display in the first column of the date chooser.
DateChooser.monthNames An array of strings indicating the month names.
DateChooser.selectableRange A single selectable date or a range of selectable dates.
DateChooser.selectedDate A Date object indicating the selected date.
DateChooser.showToday A Boolean value indicating whether the current date
is highlighted.
Property Description
UIObject.bottom The position of the bottom edge of the object, relative to the
bottom edge of its parent. Read-only.
UIObject.height The height of the object, in pixels. Read-only.
UIObject.left The left edge of the object, in pixels. Read-only.
UIObject.right The position of the right edge of the object, relative to the right
edge of its parent. Read-only.
UIObject.scaleX A number indicating the scaling factor in the x direction of the
object, relative to its parent.
UIObject.scaleY A number indicating the scaling factor in the y direction of the
object, relative to its parent.