- dateFromParts
QDate dateFromParts(int year, int month, int day)
Undocumented in source.
- dateFromParts
QDate dateFromParts(const(YearMonthDay) parts)
Undocumented in source.
- dateTimeToString
QString dateTimeToString(QStringView format, const(QDateTime) datetime, const(QDate) dateOnly, const(QTime) timeOnly, const(QLocale) locale)
Undocumented in source.
- dayOfWeek
int dayOfWeek(QDate date)
Undocumented in source.
- daysInMonth
int daysInMonth(int month, int year)
Undocumented in source.
- daysInYear
int daysInYear(int year)
Undocumented in source.
- hasYearZero
bool hasYearZero()
Undocumented in source.
- isDateValid
bool isDateValid(int year, int month, int day)
Undocumented in source.
- isGregorian
bool isGregorian()
Undocumented in source.
- isLeapYear
bool isLeapYear(int year)
Undocumented in source.
- isLunar
bool isLunar()
Undocumented in source.
- isLuniSolar
bool isLuniSolar()
Undocumented in source.
- isProleptic
bool isProleptic()
Undocumented in source.
- isSolar
bool isSolar()
Undocumented in source.
- isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
- maximumDaysInMonth
int maximumDaysInMonth()
Undocumented in source.
- maximumMonthsInYear
int maximumMonthsInYear()
Undocumented in source.
- minimumDaysInMonth
int minimumDaysInMonth()
Undocumented in source.
- monthName
QString monthName(const(QLocale) locale, int month, int year, QLocale.FormatType format)
Undocumented in source.
- monthsInYear
int monthsInYear(int year)
Undocumented in source.
- name
QString name()
Undocumented in source.
- partsFromDate
YearMonthDay partsFromDate(QDate date)
Undocumented in source.
- rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
- standaloneMonthName
QString standaloneMonthName(const(QLocale) locale, int month, int year, QLocale.FormatType format)
Undocumented in source.
- standaloneWeekDayName
QString standaloneWeekDayName(const(QLocale) locale, int day, QLocale.FormatType format)
Undocumented in source.
- weekDayName
QString weekDayName(const(QLocale) locale, int day, QLocale.FormatType format)
Undocumented in source.