years Between
Gets the number of whole years between two dates.
Gets the number of whole years between two date-times, assuming they're in the same time zone.
fun yearsBetween(start: OffsetDateTime, endExclusive: OffsetDateTime): IntYears
Content copied to clipboard
Gets the number of whole years between two date-times, adjusting the offset of endExclusive if necessary to match the starting date-time.
fun yearsBetween(start: ZonedDateTime, endExclusive: ZonedDateTime): IntYears
Content copied to clipboard
Gets the number of whole years between two zoned date-times, adjusting the time zone of endExclusive if necessary to match the starting date-time.