QTime

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(int h, int m, int s, int ms)
Undocumented in source.

Members

Functions

addMSecs
QTime addMSecs(int ms)
Undocumented in source.
addSecs
QTime addSecs(int secs)
Undocumented in source.
elapsed
int elapsed()
Undocumented in source.
hour
int hour()
Undocumented in source.
isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid()
Undocumented in source.
minute
int minute()
Undocumented in source.
msec
int msec()
Undocumented in source.
msecsSinceStartOfDay
int msecsSinceStartOfDay()
Undocumented in source. Be warned that the author may not have intended to support it.
msecsTo
int msecsTo(const(QTime) )
Undocumented in source.
restart
int restart()
Undocumented in source.
second
int second()
Undocumented in source.
secsTo
int secsTo(const(QTime) )
Undocumented in source.
setHMS
bool setHMS(int h, int m, int s, int ms)
Undocumented in source.
start
void start()
Undocumented in source.
toString
QString toString(qt.core.namespace.DateFormat f)
Undocumented in source.
toString
QString toString(const(QString) format)
Undocumented in source.
toString
QString toString(QStringView format)
Undocumented in source.

Static functions

currentTime
QTime currentTime()
Undocumented in source.
fromMSecsSinceStartOfDay
QTime fromMSecsSinceStartOfDay(int msecs)
Undocumented in source. Be warned that the author may not have intended to support it.
fromString
QTime fromString(const(QString) s, qt.core.namespace.DateFormat f)
Undocumented in source.
fromString
QTime fromString(const(QString) s, const(QString) format)
Undocumented in source.
isValid
bool isValid(int h, int m, int s, int ms)
Undocumented in source.

Meta