QRomanCalendar Class
QRomanCalendarクラスは、古代ローマ暦に基づくカレンダーの共有ベースです。詳細...
ヘッダー | #include <QRomanCalendar> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Core) target_link_libraries(mytarget PRIVATE Qt6::Core) |
qmake: | QT += core |
によって継承されています: |
詳しい説明
古代ローマ暦に基づく暦には、いくつかの共通の性質があります。月の名前が同じであること、月の長さがその年が閏年であるかどうかに依存すること、などです。どの年が閏年であるかを決定する方法が異なる。
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.