"minimumDate"
Defines the minimum selectable date for the Calendar / DateTimeEdit widget.
Synopsis
shape.minimumDate(time minDate);
Parameter
Parameter | Description |
---|---|
shape | Name of the object |
minDate | Minimum date that can be selected |
Description
Defines the minimum selectable date for the Calendar / DateTimeEdit widget.
Example
main()
{
Calendar1.minimumDate(makeTime(2019, 01, 21));
}
Assignment
Calender, DateTimeEdit