core
/
io.islandtime
/
YearMonth
/
Companion
common
jvm
Companion
object
Companion
Content copied to clipboard
Functions
Properties
Extensions
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
MAX
Link copied to clipboard
common
val
MAX
:
YearMonth
Content copied to clipboard
The latest supported
YearMonth
, which may be used to indicate the "far future".
MIN
Link copied to clipboard
common
val
MIN
:
YearMonth
Content copied to clipboard
The earliest supported
YearMonth
, which may be used to indicate the "far past".
Extensions
now
Link copied to clipboard
jvm
fun
YearMonth.Companion
.
now
(clock:
Clock
):
YearMonth
Content copied to clipboard
Gets the current
YearMonth
from the provided
clock
.
common
fun
YearMonth.Companion
.
now
():
YearMonth
Content copied to clipboard
Gets the current
YearMonth
from the system clock.
common
fun
YearMonth.Companion
.
now
(clock:
Clock
):
YearMonth
Content copied to clipboard
Gets the current
YearMonth
from the provided
clock
.