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