QGregorianCalendar Class

The QGregorianCalendar class implements the Gregorian calendar. More...

Header: #include <QGregorianCalendar>
CMake: find_package(Qt6 COMPONENTS Core REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Core)
qmake: QT += core
Since: Qt 5.14
Inherits: QRomanCalendar

Detailed Description

The Gregorian Calendar

The Gregorian calendar is a refinement of the earlier Julian calendar, itself a late form of the Roman calendar. It is widely used.

See also QRomanCalendar, QJulianCalendar, and QCalendar.

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.0/qgregoriancalendar.html