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