Ephemeris
core
/
com.boswelja.ephemeris.core.datetime
/
YearMonth
Year
Month
data
class
YearMonth
(
val
year
:
Int
,
val
month
:
Month
)
Content copied to clipboard
Constructors
Properties
Extensions
Sources
Constructors
Year
Month
Link copied to clipboard
fun
YearMonth
(
year
:
Int
,
month
:
Month
)
Content copied to clipboard
Properties
endDate
Link copied to clipboard
val
endDate
:
LocalDate
Content copied to clipboard
month
Link copied to clipboard
val
month
:
Month
Content copied to clipboard
startDate
Link copied to clipboard
val
startDate
:
LocalDate
Content copied to clipboard
year
Link copied to clipboard
val
year
:
Int
Content copied to clipboard
Extensions
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
Sources
common source
Link copied to clipboard