Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qlocaltime.cpp File Reference

(a49ccc08c307b7c7e1acc34752b81dd38ea43bfa)

#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>
+ Include dependency graph for qlocaltime.cpp:

Go to the source code of this file.

Namespaces

namespace  QLocalTime
 

Macros

#define IC(N)   std::integral_constant<qint64, 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 ()
 

Macro Definition Documentation

◆ IC

#define IC ( N)    std::integral_constant<qint64, N>()

Definition at line 444 of file qlocaltime.cpp.