Qt Reference Documentation

QML Basic Type: time

A time is specified as "hh:mm:ss".

Example:

 MyTimePicker { time: "14:22:15" }

To read a time value returned from a C++ extension class, use Qt.formatTime() and Qt.formatDateTime().

See also QML Basic Types.