- day
AssumePeriod day [@property setter]
- dayOfQuarter
int dayOfQuarter(AssumePeriod assumePeriodMonth, AssumePeriod assumePeriodDay)
AssumePeriod dayOfQuarter [@property setter]
Day of the quarter this Date is on.
- dayOfYear
int dayOfYear(AssumePeriod assumePeriodMonth, AssumePeriod assumePeriodDay)
AssumePeriod dayOfYear [@property setter]
Day of the year this Date is on.
- daysInMonth
AssumePeriod daysInMonth [@property setter]
The last day in the month that this Date is in.
- isAD
bool isAD [@property getter]
Whether the current year is a date in A.D.
- isLeapYear
bool isLeapYear [@property getter]
Whether this Date is in a leap year.
- month
AssumePeriod month [@property setter]
Represents a date as a pair of years and quarters.