The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Core::QTime

PUBLIC METHODS

QTime()
QTime(int h, int m, int s, int ms)
QTime(int h, int m, int s, int ms = 0)
QTime(int h, int m, int s = 0, int ms = 0)
QTime addMSecs(int ms)
QTime addSecs(int secs)
static QTime currentTime()
int elapsed()
static QTime fromString(const QString & s, Qt::DateFormat f)
static QTime fromString(const QString & s, Qt::DateFormat f = Qt::TextDate)
static QTime fromString(const QString & s, const QString & format)
int hour()
bool isNull()
bool isValid()
static bool isValid(int h, int m, int s, int ms)
static bool isValid(int h, int m, int s, int ms = 0)
int minute()
int msec()
int msecsTo(const QTime & arg0)
bool operator!=(const QTime & other)
bool operator<(const QTime & other)
bool operator<=(const QTime & other)
bool operator==(const QTime & other)
bool operator>(const QTime & other)
bool operator>=(const QTime & other)
int restart()
int second()
int secsTo(const QTime & arg0)
bool setHMS(int h, int m, int s, int ms)
bool setHMS(int h, int m, int s, int ms = 0)
void start()
QString toString(Qt::DateFormat f)
QString toString(Qt::DateFormat f = Qt::TextDate)
QString toString(const QString & format)

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html