Notation used in Ruby API documentation
Module: QtCore
Description: Binding of QDateTime
new QDateTime | new | Constructor QDateTime::QDateTime() | |
new QDateTime | new | (const QDate arg1) | Constructor QDateTime::QDateTime(const QDate &) |
new QDateTime | new | (const QDate arg1, const QTime arg2, const Qt_TimeSpec spec = Qt::LocalTime) | Constructor QDateTime::QDateTime(const QDate &, const QTime &, Qt::TimeSpec spec) |
new QDateTime | new | (const QDate date, const QTime time, const Qt_TimeSpec spec, int offsetSeconds) | Constructor QDateTime::QDateTime(const QDate &date, const QTime &time, Qt::TimeSpec spec, int offsetSeconds) |
new QDateTime | new | (const QDate date, const QTime time, const QTimeZone timeZone) | Constructor QDateTime::QDateTime(const QDate &date, const QTime &time, const QTimeZone &timeZone) |
new QDateTime | new | (const QDateTime other) | Constructor QDateTime::QDateTime(const QDateTime &other) |
[const] | bool | != | (const QDateTime other) | Method bool QDateTime::operator!=(const QDateTime &other) |
[const] | bool | < | (const QDateTime other) | Method bool QDateTime::operator<(const QDateTime &other) |
[const] | bool | <= | (const QDateTime other) | Method bool QDateTime::operator<=(const QDateTime &other) |
[const] | bool | == | (const QDateTime other) | Method bool QDateTime::operator==(const QDateTime &other) |
[const] | bool | > | (const QDateTime other) | Method bool QDateTime::operator>(const QDateTime &other) |
[const] | bool | >= | (const QDateTime other) | Method bool QDateTime::operator>=(const QDateTime &other) |
void | _assign | (const QDateTime other) | Assigns another object to self | |
[const] | QDateTime ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
[const] | QDateTime | addDays | (long long days) | Method QDateTime QDateTime::addDays(qint64 days) |
[const] | QDateTime | addMSecs | (long long msecs) | Method QDateTime QDateTime::addMSecs(qint64 msecs) |
[const] | QDateTime | addMonths | (int months) | Method QDateTime QDateTime::addMonths(int months) |
[const] | QDateTime | addSecs | (long long secs) | Method QDateTime QDateTime::addSecs(qint64 secs) |
[const] | QDateTime | addYears | (int years) | Method QDateTime QDateTime::addYears(int years) |
QDateTime | assign | (const QDateTime other) | Method QDateTime &QDateTime::operator=(const QDateTime &other) | |
[const] | QDate | date | Method QDate QDateTime::date() | |
void | date= | (const QDate date) | Method void QDateTime::setDate(const QDate &date) | |
[const] | long long | daysTo | (const QDateTime arg1) | Method qint64 QDateTime::daysTo(const QDateTime &) |
[const] | new QDateTime ptr | dup | Creates a copy of self | |
[const] | bool | isDaylightTime? | Method bool QDateTime::isDaylightTime() | |
[const] | bool | isNull? | Method bool QDateTime::isNull() | |
[const] | bool | isValid? | Method bool QDateTime::isValid() | |
[const] | long long | msecsTo | (const QDateTime arg1) | Method qint64 QDateTime::msecsTo(const QDateTime &) |
[const] | int | offsetFromUtc | Method int QDateTime::offsetFromUtc() | |
void | offsetFromUtc= | (int offsetSeconds) | Method void QDateTime::setOffsetFromUtc(int offsetSeconds) | |
[const] | long long | secsTo | (const QDateTime arg1) | Method qint64 QDateTime::secsTo(const QDateTime &) |
void | setDate | (const QDate date) | Method void QDateTime::setDate(const QDate &date) | |
void | setMSecsSinceEpoch | (long long msecs) | Method void QDateTime::setMSecsSinceEpoch(qint64 msecs) | |
void | setOffsetFromUtc | (int offsetSeconds) | Method void QDateTime::setOffsetFromUtc(int offsetSeconds) | |
void | setSecsSinceEpoch | (long long secs) | Method void QDateTime::setSecsSinceEpoch(qint64 secs) | |
void | setTime | (const QTime time) | Method void QDateTime::setTime(const QTime &time) | |
void | setTimeSpec | (const Qt_TimeSpec spec) | Method void QDateTime::setTimeSpec(Qt::TimeSpec spec) | |
void | setTimeZone | (const QTimeZone toZone) | Method void QDateTime::setTimeZone(const QTimeZone &toZone) | |
void | setTime_t | (unsigned int secsSince1Jan1970UTC) | Method void QDateTime::setTime_t(unsigned int secsSince1Jan1970UTC) | |
void | setUtcOffset | (int seconds) | Method void QDateTime::setUtcOffset(int seconds) | |
void | swap | (QDateTime other) | Method void QDateTime::swap(QDateTime &other) | |
[const] | QTime | time | Method QTime QDateTime::time() | |
void | time= | (const QTime time) | Method void QDateTime::setTime(const QTime &time) | |
[const] | Qt_TimeSpec | timeSpec | Method Qt::TimeSpec QDateTime::timeSpec() | |
void | timeSpec= | (const Qt_TimeSpec spec) | Method void QDateTime::setTimeSpec(Qt::TimeSpec spec) | |
[const] | QTimeZone | timeZone | Method QTimeZone QDateTime::timeZone() | |
void | timeZone= | (const QTimeZone toZone) | Method void QDateTime::setTimeZone(const QTimeZone &toZone) | |
[const] | string | timeZoneAbbreviation | Method QString QDateTime::timeZoneAbbreviation() | |
[const] | QDateTime | toLocalTime | Method QDateTime QDateTime::toLocalTime() | |
[const] | long long | toMSecsSinceEpoch | Method qint64 QDateTime::toMSecsSinceEpoch() | |
[const] | QDateTime | toOffsetFromUtc | (int offsetSeconds) | Method QDateTime QDateTime::toOffsetFromUtc(int offsetSeconds) |
[const] | long long | toSecsSinceEpoch | Method qint64 QDateTime::toSecsSinceEpoch() | |
[const] | string | toString | (const Qt_DateFormat f = Qt::TextDate) | Method QString QDateTime::toString(Qt::DateFormat f) |
[const] | string | toString | (string format) | Method QString QDateTime::toString(const QString &format) |
[const] | QDateTime | toTimeSpec | (const Qt_TimeSpec spec) | Method QDateTime QDateTime::toTimeSpec(Qt::TimeSpec spec) |
[const] | QDateTime | toTimeZone | (const QTimeZone toZone) | Method QDateTime QDateTime::toTimeZone(const QTimeZone &toZone) |
[const] | unsigned int | toTime_t | Method unsigned int QDateTime::toTime_t() | |
[const] | QDateTime | toUTC | Method QDateTime QDateTime::toUTC() | |
[const] | int | utcOffset | Method int QDateTime::utcOffset() | |
void | utcOffset= | (int seconds) | Method void QDateTime::setUtcOffset(int seconds) |
QDateTime | currentDateTime | Static method QDateTime QDateTime::currentDateTime() | ||
QDateTime | currentDateTimeUtc | Static method QDateTime QDateTime::currentDateTimeUtc() | ||
long long | currentMSecsSinceEpoch | Static method qint64 QDateTime::currentMSecsSinceEpoch() | ||
long long | currentSecsSinceEpoch | Static method qint64 QDateTime::currentSecsSinceEpoch() | ||
QDateTime | fromMSecsSinceEpoch | (long long msecs) | Static method QDateTime QDateTime::fromMSecsSinceEpoch(qint64 msecs) | |
QDateTime | fromMSecsSinceEpoch | (long long msecs, const Qt_TimeSpec spec, int offsetFromUtc = 0) | Static method QDateTime QDateTime::fromMSecsSinceEpoch(qint64 msecs, Qt::TimeSpec spec, int offsetFromUtc) | |
QDateTime | fromMSecsSinceEpoch | (long long msecs, const QTimeZone timeZone) | Static method QDateTime QDateTime::fromMSecsSinceEpoch(qint64 msecs, const QTimeZone &timeZone) | |
QDateTime | fromSecsSinceEpoch | (long long secs, const Qt_TimeSpec spe = Qt::LocalTime, int offsetFromUtc = 0) | Static method QDateTime QDateTime::fromSecsSinceEpoch(qint64 secs, Qt::TimeSpec spe, int offsetFromUtc) | |
QDateTime | fromSecsSinceEpoch | (long long secs, const QTimeZone timeZone) | Static method QDateTime QDateTime::fromSecsSinceEpoch(qint64 secs, const QTimeZone &timeZone) | |
QDateTime | fromString | (string s, const Qt_DateFormat f = Qt::TextDate) | Static method QDateTime QDateTime::fromString(const QString &s, Qt::DateFormat f) | |
QDateTime | fromString | (string s, string format) | Static method QDateTime QDateTime::fromString(const QString &s, const QString &format) | |
QDateTime | fromTime_t | (unsigned int secsSince1Jan1970UTC) | Static method QDateTime QDateTime::fromTime_t(unsigned int secsSince1Jan1970UTC) | |
QDateTime | fromTime_t | (unsigned int secsSince1Jan1970UTC, const Qt_TimeSpec spec, int offsetFromUtc = 0) | Static method QDateTime QDateTime::fromTime_t(unsigned int secsSince1Jan1970UTC, Qt::TimeSpec spec, int offsetFromUtc) | |
QDateTime | fromTime_t | (unsigned int secsSince1Jan1970UTC, const QTimeZone timeZone) | Static method QDateTime QDateTime::fromTime_t(unsigned int secsSince1Jan1970UTC, const QTimeZone &timeZone) |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | destroyed? | Use of this method is deprecated. Use _destroyed? instead | |
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
!= | Signature: [const] bool != (const QDateTime other) Description: Method bool QDateTime::operator!=(const QDateTime &other) |
< | Signature: [const] bool < (const QDateTime other) Description: Method bool QDateTime::operator<(const QDateTime &other) |
<= | Signature: [const] bool <= (const QDateTime other) Description: Method bool QDateTime::operator<=(const QDateTime &other) |
== | Signature: [const] bool == (const QDateTime other) Description: Method bool QDateTime::operator==(const QDateTime &other) |
> | Signature: [const] bool > (const QDateTime other) Description: Method bool QDateTime::operator>(const QDateTime &other) |
>= | Signature: [const] bool >= (const QDateTime other) Description: Method bool QDateTime::operator>=(const QDateTime &other) |
_assign | Signature: void _assign (const QDateTime other) Description: Assigns another object to self |
_const_cast | Signature: [const] QDateTime ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
addDays | Signature: [const] QDateTime addDays (long long days) Description: Method QDateTime QDateTime::addDays(qint64 days) |
addMSecs | Signature: [const] QDateTime addMSecs (long long msecs) Description: Method QDateTime QDateTime::addMSecs(qint64 msecs) |
addMonths | Signature: [const] QDateTime addMonths (int months) Description: Method QDateTime QDateTime::addMonths(int months) |
addSecs | Signature: [const] QDateTime addSecs (long long secs) Description: Method QDateTime QDateTime::addSecs(qint64 secs) |
addYears | Signature: [const] QDateTime addYears (int years) Description: Method QDateTime QDateTime::addYears(int years) |
assign | Signature: QDateTime assign (const QDateTime other) Description: Method QDateTime &QDateTime::operator=(const QDateTime &other) |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
currentDateTime | Signature: [static] QDateTime currentDateTime Description: Static method QDateTime QDateTime::currentDateTime() This method is static and can be called without an instance. |
currentDateTimeUtc | Signature: [static] QDateTime currentDateTimeUtc Description: Static method QDateTime QDateTime::currentDateTimeUtc() This method is static and can be called without an instance. |
currentMSecsSinceEpoch | Signature: [static] long long currentMSecsSinceEpoch Description: Static method qint64 QDateTime::currentMSecsSinceEpoch() This method is static and can be called without an instance. |
currentSecsSinceEpoch | Signature: [static] long long currentSecsSinceEpoch Description: Static method qint64 QDateTime::currentSecsSinceEpoch() This method is static and can be called without an instance. |
date | Signature: [const] QDate date Description: Method QDate QDateTime::date() Python specific notes: |
date= | Signature: void date= (const QDate date) Description: Method void QDateTime::setDate(const QDate &date) Python specific notes: |
daysTo | Signature: [const] long long daysTo (const QDateTime arg1) Description: Method qint64 QDateTime::daysTo(const QDateTime &) |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
destroyed? | Signature: [const] bool destroyed? Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
dup | Signature: [const] new QDateTime ptr dup Description: Creates a copy of self Python specific notes: |
fromMSecsSinceEpoch | (1) Signature: [static] QDateTime fromMSecsSinceEpoch (long long msecs) Description: Static method QDateTime QDateTime::fromMSecsSinceEpoch(qint64 msecs) This method is static and can be called without an instance. |
(2) Signature: [static] QDateTime fromMSecsSinceEpoch (long long msecs, const Qt_TimeSpec spec, int offsetFromUtc = 0) Description: Static method QDateTime QDateTime::fromMSecsSinceEpoch(qint64 msecs, Qt::TimeSpec spec, int offsetFromUtc) This method is static and can be called without an instance. | |
(3) Signature: [static] QDateTime fromMSecsSinceEpoch (long long msecs, const QTimeZone timeZone) Description: Static method QDateTime QDateTime::fromMSecsSinceEpoch(qint64 msecs, const QTimeZone &timeZone) This method is static and can be called without an instance. | |
fromSecsSinceEpoch | (1) Signature: [static] QDateTime fromSecsSinceEpoch (long long secs, const Qt_TimeSpec spe = Qt::LocalTime, int offsetFromUtc = 0) Description: Static method QDateTime QDateTime::fromSecsSinceEpoch(qint64 secs, Qt::TimeSpec spe, int offsetFromUtc) This method is static and can be called without an instance. |
(2) Signature: [static] QDateTime fromSecsSinceEpoch (long long secs, const QTimeZone timeZone) Description: Static method QDateTime QDateTime::fromSecsSinceEpoch(qint64 secs, const QTimeZone &timeZone) This method is static and can be called without an instance. | |
fromString | (1) Signature: [static] QDateTime fromString (string s, const Qt_DateFormat f = Qt::TextDate) Description: Static method QDateTime QDateTime::fromString(const QString &s, Qt::DateFormat f) This method is static and can be called without an instance. |
(2) Signature: [static] QDateTime fromString (string s, string format) Description: Static method QDateTime QDateTime::fromString(const QString &s, const QString &format) This method is static and can be called without an instance. | |
fromTime_t | (1) Signature: [static] QDateTime fromTime_t (unsigned int secsSince1Jan1970UTC) Description: Static method QDateTime QDateTime::fromTime_t(unsigned int secsSince1Jan1970UTC) This method is static and can be called without an instance. |
(2) Signature: [static] QDateTime fromTime_t (unsigned int secsSince1Jan1970UTC, const Qt_TimeSpec spec, int offsetFromUtc = 0) Description: Static method QDateTime QDateTime::fromTime_t(unsigned int secsSince1Jan1970UTC, Qt::TimeSpec spec, int offsetFromUtc) This method is static and can be called without an instance. | |
(3) Signature: [static] QDateTime fromTime_t (unsigned int secsSince1Jan1970UTC, const QTimeZone timeZone) Description: Static method QDateTime QDateTime::fromTime_t(unsigned int secsSince1Jan1970UTC, const QTimeZone &timeZone) This method is static and can be called without an instance. | |
isDaylightTime? | Signature: [const] bool isDaylightTime? Description: Method bool QDateTime::isDaylightTime() |
isNull? | Signature: [const] bool isNull? Description: Method bool QDateTime::isNull() |
isValid? | Signature: [const] bool isValid? Description: Method bool QDateTime::isValid() |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
msecsTo | Signature: [const] long long msecsTo (const QDateTime arg1) Description: Method qint64 QDateTime::msecsTo(const QDateTime &) |
new | (1) Signature: [static] new QDateTime new Description: Constructor QDateTime::QDateTime() This method creates an object of class QDateTime. Python specific notes: |
(2) Signature: [static] new QDateTime new (const QDate arg1) Description: Constructor QDateTime::QDateTime(const QDate &) This method creates an object of class QDateTime. Python specific notes: | |
(3) Signature: [static] new QDateTime new (const QDate arg1, const QTime arg2, const Qt_TimeSpec spec = Qt::LocalTime) Description: Constructor QDateTime::QDateTime(const QDate &, const QTime &, Qt::TimeSpec spec) This method creates an object of class QDateTime. Python specific notes: | |
(4) Signature: [static] new QDateTime new (const QDate date, const QTime time, const Qt_TimeSpec spec, int offsetSeconds) Description: Constructor QDateTime::QDateTime(const QDate &date, const QTime &time, Qt::TimeSpec spec, int offsetSeconds) This method creates an object of class QDateTime. Python specific notes: | |
(5) Signature: [static] new QDateTime new (const QDate date, const QTime time, const QTimeZone timeZone) Description: Constructor QDateTime::QDateTime(const QDate &date, const QTime &time, const QTimeZone &timeZone) This method creates an object of class QDateTime. Python specific notes: | |
(6) Signature: [static] new QDateTime new (const QDateTime other) Description: Constructor QDateTime::QDateTime(const QDateTime &other) This method creates an object of class QDateTime. Python specific notes: | |
offsetFromUtc | Signature: [const] int offsetFromUtc Description: Method int QDateTime::offsetFromUtc() Python specific notes: |
offsetFromUtc= | Signature: void offsetFromUtc= (int offsetSeconds) Description: Method void QDateTime::setOffsetFromUtc(int offsetSeconds) Python specific notes: |
secsTo | Signature: [const] long long secsTo (const QDateTime arg1) Description: Method qint64 QDateTime::secsTo(const QDateTime &) |
setDate | Signature: void setDate (const QDate date) Description: Method void QDateTime::setDate(const QDate &date) Python specific notes: |
setMSecsSinceEpoch | Signature: void setMSecsSinceEpoch (long long msecs) Description: Method void QDateTime::setMSecsSinceEpoch(qint64 msecs) |
setOffsetFromUtc | Signature: void setOffsetFromUtc (int offsetSeconds) Description: Method void QDateTime::setOffsetFromUtc(int offsetSeconds) Python specific notes: |
setSecsSinceEpoch | Signature: void setSecsSinceEpoch (long long secs) Description: Method void QDateTime::setSecsSinceEpoch(qint64 secs) |
setTime | Signature: void setTime (const QTime time) Description: Method void QDateTime::setTime(const QTime &time) Python specific notes: |
setTimeSpec | Signature: void setTimeSpec (const Qt_TimeSpec spec) Description: Method void QDateTime::setTimeSpec(Qt::TimeSpec spec) Python specific notes: |
setTimeZone | Signature: void setTimeZone (const QTimeZone toZone) Description: Method void QDateTime::setTimeZone(const QTimeZone &toZone) Python specific notes: |
setTime_t | Signature: void setTime_t (unsigned int secsSince1Jan1970UTC) Description: Method void QDateTime::setTime_t(unsigned int secsSince1Jan1970UTC) |
setUtcOffset | Signature: void setUtcOffset (int seconds) Description: Method void QDateTime::setUtcOffset(int seconds) Python specific notes: |
swap | Signature: void swap (QDateTime other) Description: Method void QDateTime::swap(QDateTime &other) |
time | Signature: [const] QTime time Description: Method QTime QDateTime::time() Python specific notes: |
time= | Signature: void time= (const QTime time) Description: Method void QDateTime::setTime(const QTime &time) Python specific notes: |
timeSpec | Signature: [const] Qt_TimeSpec timeSpec Description: Method Qt::TimeSpec QDateTime::timeSpec() Python specific notes: |
timeSpec= | Signature: void timeSpec= (const Qt_TimeSpec spec) Description: Method void QDateTime::setTimeSpec(Qt::TimeSpec spec) Python specific notes: |
timeZone | Signature: [const] QTimeZone timeZone Description: Method QTimeZone QDateTime::timeZone() Python specific notes: |
timeZone= | Signature: void timeZone= (const QTimeZone toZone) Description: Method void QDateTime::setTimeZone(const QTimeZone &toZone) Python specific notes: |
timeZoneAbbreviation | Signature: [const] string timeZoneAbbreviation Description: Method QString QDateTime::timeZoneAbbreviation() |
toLocalTime | Signature: [const] QDateTime toLocalTime Description: Method QDateTime QDateTime::toLocalTime() |
toMSecsSinceEpoch | Signature: [const] long long toMSecsSinceEpoch Description: Method qint64 QDateTime::toMSecsSinceEpoch() |
toOffsetFromUtc | Signature: [const] QDateTime toOffsetFromUtc (int offsetSeconds) Description: Method QDateTime QDateTime::toOffsetFromUtc(int offsetSeconds) |
toSecsSinceEpoch | Signature: [const] long long toSecsSinceEpoch Description: Method qint64 QDateTime::toSecsSinceEpoch() |
toString | (1) Signature: [const] string toString (const Qt_DateFormat f = Qt::TextDate) Description: Method QString QDateTime::toString(Qt::DateFormat f) |
(2) Signature: [const] string toString (string format) Description: Method QString QDateTime::toString(const QString &format) | |
toTimeSpec | Signature: [const] QDateTime toTimeSpec (const Qt_TimeSpec spec) Description: Method QDateTime QDateTime::toTimeSpec(Qt::TimeSpec spec) |
toTimeZone | Signature: [const] QDateTime toTimeZone (const QTimeZone toZone) Description: Method QDateTime QDateTime::toTimeZone(const QTimeZone &toZone) |
toTime_t | Signature: [const] unsigned int toTime_t Description: Method unsigned int QDateTime::toTime_t() |
toUTC | Signature: [const] QDateTime toUTC Description: Method QDateTime QDateTime::toUTC() |
utcOffset | Signature: [const] int utcOffset Description: Method int QDateTime::utcOffset() Python specific notes: |
utcOffset= | Signature: void utcOffset= (int seconds) Description: Method void QDateTime::setUtcOffset(int seconds) Python specific notes: |