MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

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.