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