QML Basic Type: timeA 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(). Note that when converting historical times to and from javascript that QDateTime and the JS Date object have different methods of calculating historical daylight savings time application. This can lead to variations of one hour when converting to historical local time. See also QML Basic Types. |