QRomanCalendar Class

The QRomanCalendar class is a shared base for calendars based on the ancient Roman calendar. More...

Header: #include <QRomanCalendar>
Inherits: QCalendarBackend
Inherited By:

QGregorianCalendar, QJulianCalendar, and QMilankovicCalendar

Detailed Description

\since5.14

\inmoduleQtCore

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.

See also QGregorianCalendar, QJulianCalendar, and QMilankovicCalendar.