TimeEdit

TimeEdit
The TimeEdit class provides a time editor. TimeEdit allows the user to edit times by using the keyboard or the arrow keys to increase/decrease time values. The arrow keys can be used to move from section to section within the TimeEdit box.
  • label : String; This property holds the time edit's label text.

  • maximum : Time; This property holds the maximum time value.

  • minimum : Time; This property holds the minimum time value.

  • showAMPM : Boolean; If this property is false (the default), the time edit uses the 24 hour clock; otherwise the time edit uses the 12 hour clock and displays AM or PM as appropriate.

  • showSeconds : Boolean; If this property is true (the default), the time edit displays seconds; otherwise it does not display seconds.

  • time : Time; This property holds the editor's time value.

  • tooltip : String; This property holds the tool tip (balloon help) for the widget.

  • whatsThis : String; This property holds a simple description of the widget.