"maximumDateTime"

Defines the maximum selectable date and time for the Calendar / DateTimeEdit widget.

Synopsis

shape.maximumDateTime(time maxDateTime);

Parameter

Parameter Description
shape Name of the object
maxDateTime Maximum date and time that can be selected

Description

Defines the maximum selectable date and time for the Calendar / DateTimeEdit widget.

Example

main()
{
  DateTimeEdit_ewo1.maximumDateTime(makeTime(2019, 02, 10, 22, 45));
}

Assignment

DateTimeEdit