Overview
A single month calendar control.
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | date | Date | ![]() | ![]() | ![]() |
The date displayed by the calendar. |
|
public | dateChanged | function():Void | ![]() | ![]() | ![]() |
Invoked when the currently displayed date is changed - either interactively by the user or programmatically, through the date variable. |
|
public | selectedDate | Date | ![]() | ![]() | ![]() |
The currently selected date in the calendar. |
|
public | selectedDateChanged | function():Void | ![]() | ![]() | ![]() |
Invoked when the currently selected date is changed - either interactively by the user or programmatically, through the selectedDate variable. |