selectedDate"

This property holds the selected date.

Synopsis

shape.selectedDate();

Parameter

Parameter Description
shape Name of the object

Description

This property holds the selected date. Only a date between "minimumDate" and "maximumDate" can be selected.

Example

main()
{
   DebugN(Calendar1.selectedDate());
}

Assignment

Calender