 "minimumDateTime"
"minimumDateTime"
    
    Defines the minimum selectable date and time for the Calendar / DateTimeEdit widget.
Synopsis
shape.minimumDateTime(time maxDateTime);
Parameter
| Parameter | Description | 
|---|---|
| shape | Name of the object | 
| maxDateTime | Minimum date and time that can be selected | 
Description
Defines the minimum selectable date and time for the Calendar / DateTimeEdit widget.
 Example
Example
main()
{
  DateTimeEdit_ewo1.minimumDateTime(makeTime(2019, 02, 10, 22, 45));
}Assignment
DateTimeEdit
