Ephemeris
core
/
com.boswelja.ephemeris.core.datetime
Package
com.
boswelja.
ephemeris.
core.
datetime
Types
Functions
Properties
Types
Year
Month
Link copied to clipboard
data
class
YearMonth
(
val
year
:
Int
,
val
month
:
Month
)
Content copied to clipboard
Functions
plus
Link copied to clipboard
fun
YearMonth
.
plus
(
months
:
Int
)
:
YearMonth
Content copied to clipboard
until
Link copied to clipboard
fun
YearMonth
.
until
(
other
:
YearMonth
)
:
Int
Content copied to clipboard
Properties
yearMonth
Link copied to clipboard
val
LocalDate
.
yearMonth
:
YearMonth
Content copied to clipboard