Year Month
A month in a particular year.
Parameters
year
the year
month
the month of the year
Throws
if the year is outside the supported range
Constructors
Types
Functions
copy
Link copied to clipboard
Returns a copy of this year-month with the values of any individual components replaced by the new values specified.
Properties
firstDayOfYear
Link copied to clipboard
isInLeapYear
Link copied to clipboard
lastDayOfYear
Link copied to clipboard
lengthOfMonth
Link copied to clipboard
lengthOfYear
Link copied to clipboard
monthNumber
Link copied to clipboard
Extensions
to Java Year Month
Link copied to clipboard
Converts this year-month to an equivalent Java YearMonth.
to NSDate Components
Link copied to clipboard
fun YearMonth.toNSDateComponents(includeCalendar: Boolean = false): <ERROR CLASS>
Content copied to clipboard
Converts this year-month to an equivalent NSDateComponents object.