Companion
object Companion
Content copied to clipboard
Properties
Extensions
between
Link copied to clipboard
Returns the number of years between two years.
fun Years.Companion.between(start: YearMonth, endExclusive: YearMonth): Years
Content copied to clipboard
Returns the number of whole years between two year-months.
Returns the number of whole years between two dates.
fun Years.Companion.between(start: DateTime, endExclusive: DateTime): Years
Content copied to clipboard
Returns the number of whole years between two date-times, which are assumed to be in the same time zone.
fun Years.Companion.between(start: OffsetDateTime, endExclusive: OffsetDateTime): Years
Content copied to clipboard
Returns the number of whole years between two date-times, adjusting the offset of endExclusive if necessary to match the starting date-time.
fun Years.Companion.between(start: ZonedDateTime, endExclusive: ZonedDateTime): Years
Content copied to clipboard
Returns the number of whole years between date-times, adjusting the time zone of endExclusive if necessary to match the starting date-time.