QGregorianCalendar Class
The QGregorianCalendar class implements the Gregorian calendar. More...
| Header: | #include <QGregorianCalendar> | 
| qmake: | QT += core | 
| Since: | Qt 5.14 | 
| Inherits: | QRomanCalendar | 
This class was introduced in Qt 5.14.
Detailed Description
The Gregorian Calendar
The Gregorian calendar is a refinement of the earlier Julian calendar, itself a late form of the Roman calendar. It is widely used.
See also QRomanCalendar, QJulianCalendar, and QCalendar.