![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qlocaltime_p.h"
#include "qplatformdefs.h"
#include "private/qcalendarmath_p.h"
#include "private/qgregoriancalendar_p.h"
#include "private/qnumeric_p.h"
#include "private/qtenvironmentvariables_p.h"
#include <time.h>
Go to the source code of this file.
Namespaces | |
namespace | QLocalTime |
Macros | |
#define | IC(N) |
Functions | |
int | QLocalTime::getCurrentStandardUtcOffset () |
int | QLocalTime::getUtcOffset (qint64 atMSecsSinceEpoch) |
QDateTimePrivate::ZoneState | QLocalTime::utcToLocal (qint64 utcMillis) |
QString | QLocalTime::localTimeAbbbreviationAt (qint64 local, QDateTimePrivate::TransitionOptions resolve) |
QDateTimePrivate::ZoneState | QLocalTime::mapLocalTime (qint64 local, QDateTimePrivate::TransitionOptions resolve) |
SystemMillisRange | QLocalTime::computeSystemMillisRange () |
#define IC | ( | N | ) |
Definition at line 444 of file qlocaltime.cpp.