maximumDate"
Defines the maximum selectable date for the Calendar / DateTimeEdit widget.
Synopsis
shape.maximumDate(time maxDate);
Parameter
Parameter | Description |
---|---|
shape | Name of the object |
maxDate | Maximum date that can be selected |
Description
Defines the maximum selectable date for the Calendar / DateTimeEdit widget.
Example
main()
{
Calendar1.maximumDate(makeTime(2019, 02, 10));
}
Assignment
Calender, DateTimeEdit