Package com.boswelja.ephemeris.core.datetime

Types

Link copied to clipboard
data class YearMonth(val year: Int, val month: Month)

Functions

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

Properties

Link copied to clipboard
val LocalDate.yearMonth: YearMonth