![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcalendar.h>
Public Member Functions | |
YearMonthDay ()=default | |
YearMonthDay (int y, int m=1, int d=1) | |
bool | isValid () const |
Public Attributes | |
int | year = Unspecified |
int | month = Unspecified |
int | day = Unspecified |
Definition at line 58 of file qcalendar.h.
|
default |
|
inline |
Definition at line 61 of file qcalendar.h.
|
inline |
Definition at line 63 of file qcalendar.h.
int QCalendar::YearMonthDay::day = Unspecified |
Definition at line 69 of file qcalendar.h.
int QCalendar::YearMonthDay::month = Unspecified |
Definition at line 68 of file qcalendar.h.
int QCalendar::YearMonthDay::year = Unspecified |
Definition at line 67 of file qcalendar.h.