QCalendar¶
- PyQt5.QtCore.QCalendar
Description¶
TODO
Classes¶
Enums¶
- System
TODO
Member
Value
Description
Gregorian TODO
TODO
IslamicCivil TODO
TODO
Jalali TODO
TODO
Julian TODO
TODO
Milankovic TODO
TODO
Attributes¶
- Unspecified: int
This is a read-only attribute.
TODO
Methods¶
- __init__()
TODO
- __init__(System)
TODO
- __init__(str)
TODO
- __init__(QCalendar)
TODO
-
@staticmethod
availableCalendars() → List[str] TODO
- dateFromParts(YearMonthDay) → QDate
TODO
- dateFromParts(int, int, int) → QDate
TODO
- dateTimeToString(str, Union[QDateTime, datetime.datetime], Union[QDate, datetime.date], Union[QTime, datetime.time], QLocale) → str
TODO
- dayOfWeek(Union[QDate, datetime.date]) → int
TODO
- daysInMonth(int, year: int = Unspecified) → int
TODO
- daysInYear(int) → int
TODO
- hasYearZero() → bool
TODO
- isDateValid(int, int, int) → bool
TODO
- isGregorian() → bool
TODO
- isLeapYear(int) → bool
TODO
- isLunar() → bool
TODO
- isLuniSolar() → bool
TODO
- isProleptic() → bool
TODO
- isSolar() → bool
TODO
- maximumDaysInMonth() → int
TODO
- maximumMonthsInYear() → int
TODO
- minimumDaysInMonth() → int
TODO
- monthName(QLocale, int, year: int = Unspecified, format: FormatType = LongFormat) → str
TODO
- monthsInYear(int) → int
TODO
- name() → str
TODO
- partsFromDate(Union[QDate, datetime.date]) → YearMonthDay
TODO
- standaloneMonthName(QLocale, int, year: int = Unspecified, format: FormatType = LongFormat) → str
TODO
- standaloneWeekDayName(QLocale, int, format: FormatType = LongFormat) → str
TODO
- weekDayName(QLocale, int, format: FormatType = LongFormat) → str
TODO