QRomanCalendar Class▲
-
Header: QRomanCalendar
-
Since: Qt 5.14
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::Core)
-
qmake: QT += core
-
Inherited By: QGregorianCalendar, QJulianCalendar, and QMilankovicCalendar
Detailed Description▲
▲
Calendars based on the ancient Roman calendar share the names of months, whose lengths depend in a common way on whether the year is a leap year. They differ in how they determine which years are leap years.
See Also▲
See also QGregorianCalendar, QJulianCalendar, QMilankovicCalendar