periodBetween

Gets the Period between two dates.

fun periodBetween(start: Date, endExclusive: Date): Period

Gets the Period between two date-times, assuming they're in the same time zone.

fun periodBetween(start: DateTime, endExclusive: DateTime): Period

Gets the Period between two date-times, adjusting the offset of endExclusive if necessary to match the starting date-time.

fun periodBetween(start: OffsetDateTime, endExclusive: OffsetDateTime): Period

Gets the Period between two zoned date-times, adjusting the time zone of endExclusive if necessary to match the starting date-time.

fun periodBetween(start: ZonedDateTime, endExclusive: ZonedDateTime): Period