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