QRomanCalendar Class

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

Header: #include <QRomanCalendar>
CMake: find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::Core)
qmake: QT += core
继承者

QGregorianCalendar,QJulianCalendar, 和QMilankovicCalendar

详细说明

以古罗马历法为基础的历法有几个共同的特性:它们有相同的月份名称,月份长度以一种共同的方式取决于该年是否是闰年。它们的不同之处在于如何确定哪些年份是闰年。

另请参见 QGregorianCalendar,QJulianCalendar, 和QMilankovicCalendar

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.