QRomanCalendar 类

QRomanCalendar 类是基于古罗马日历的日历共享基。 更多...

头: #include <QRomanCalendar>
CMake: find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::Core)
qmake: QT += core
继承者: QGregorianCalendar , QJulianCalendar ,和 QMilankovicCalendar

详细描述

Calendars based on the ancient Roman calendar have several common properties: they have the same names for months, the month 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.

另请参阅 QGregorianCalendar , QJulianCalendar ,和 QMilankovicCalendar .