QCalendar

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(System system)
Undocumented in source.
this
this(QLatin1String name)
Undocumented in source.
this
this(QStringView name)
Undocumented in source.

Members

Enums

System
enum System
Undocumented in source.

Functions

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.

Static functions

availableCalendars
QStringList availableCalendars()
Undocumented in source.
create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

YearMonthDay
struct YearMonthDay
Undocumented in source.

Variables

Unspecified
enum int Unspecified;
Undocumented in source.

Meta