dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QCalendar.YearMonthDay
qt
core
calendar
QCalendar
Undocumented in source.
struct
QCalendar
struct
YearMonthDay {
this
(int y, int m, int d);
bool
isValid
();
int
year
;
int
month
;
int
day
;
}
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
Source
See Implementation
qt
core
calendar
QCalendar
constructors
this
enums
System
functions
dateFromParts
dateTimeToString
dayOfWeek
daysInMonth
daysInYear
hasYearZero
isDateValid
isGregorian
isLeapYear
isLunar
isLuniSolar
isProleptic
isSolar
isValid
maximumDaysInMonth
maximumMonthsInYear
minimumDaysInMonth
monthName
monthsInYear
name
partsFromDate
rawConstructor
standaloneMonthName
standaloneWeekDayName
weekDayName
static functions
availableCalendars
create
structs
YearMonthDay
variables
Unspecified