Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

QWspDateTime Class Reference
[QtTelephonyModule]

The QWspDateTime class provides functions for converting between the WSP date time formats and standard date time formats. More...

    #include <QWspDateTime>

Static Public Members


Detailed Description

The QWspDateTime class provides functions for converting between the WSP date time formats and standard date time formats.

The QWspDateTime class provides functions for converting between the WSP date time formats and standard date time formats.


Member Function Documentation

QString QWspDateTime::dateString ( QDateTime d )   [static]

Convert d into the HTTP date time format.

See also parseDate().

QDateTime QWspDateTime::fromGmtTime_t ( quint32 t )   [static]

Convert the GMT time t into a QDateTime value.

See also toTime_t() and toGmtTime_t().

QDateTime QWspDateTime::parseDate ( QString in )   [static]

Parses the HTTP date format within in.

See also dateString().

quint32 QWspDateTime::toGmtTime_t ( const QDateTime & dt )   [static]

Convert dt into a seconds value in GMT time.

See also fromGmtTime_t() and toTime_t().

quint32 QWspDateTime::toTime_t ( const QDateTime & dt )   [static]

Convert dt into a seconds value in local time.

See also fromGmtTime_t() and toGmtTime_t().


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3