time QML Basic Type

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

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

范例:

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

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

另请参阅 QML 基本类型 .