YearMonth

data class YearMonth(val year: Int, val month: Month)

Constructors

Link copied to clipboard
fun YearMonth(year: Int, month: Month)

Properties

Link copied to clipboard
val endDate: LocalDate
Link copied to clipboard
val month: Month
Link copied to clipboard
val startDate: LocalDate
Link copied to clipboard
val year: Int

Extensions

Link copied to clipboard
fun YearMonth.plus(months: Int): YearMonth
Link copied to clipboard
fun YearMonth.until(other: YearMonth): Int

Sources

Link copied to clipboard