QCalendar.YearMonthDay

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
struct QCalendar
extern (C++)
struct YearMonthDay {}

Constructors

this
this(int y, int m, int d)
Undocumented in source.

Members

Functions

isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

day
int day;
Undocumented in source.
month
int month;
Undocumented in source.
year
int year;
Undocumented in source.

Meta