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
qmilankoviccalendar.cpp File Reference

(d3f8d7fd4140b269532e2daca8eb5cbfe28ed465)

#include "qglobal.h"
#include "qmilankoviccalendar_p.h"
#include "qcalendarmath_p.h"
#include <QtCore/qdatetime.h>
+ Include dependency graph for qmilankoviccalendar.cpp:

Go to the source code of this file.

Variables

constexpr qint64 MilankovicBaseJd = LeapDayGregorian1Bce
 
constexpr unsigned NineCenturies = 365 * 900 + 900 / 4 - 7
 
constexpr unsigned LeapCentury = 365 * 100 + 25
 

Variable Documentation

◆ LeapCentury

constexpr unsigned LeapCentury = 365 * 100 + 25
constexpr

Definition at line 72 of file qmilankoviccalendar.cpp.

Referenced by QMilankovicCalendar::dateToJulianDay().

◆ MilankovicBaseJd

constexpr qint64 MilankovicBaseJd = LeapDayGregorian1Bce
constexpr

◆ NineCenturies

constexpr unsigned NineCenturies = 365 * 900 + 900 / 4 - 7
constexpr

Definition at line 70 of file qmilankoviccalendar.cpp.

Referenced by QMilankovicCalendar::dateToJulianDay().