until
Creates a DateTimeInterval from this date-time up to, but not including the nanosecond represented by to.
Creates an InstantInterval from this instant up to, but not including to.
infix fun OffsetDateTime.until(to: OffsetDateTime): OffsetDateTimeInterval
Content copied to clipboard
Creates an OffsetDateTimeInterval from this date-time up to, but not including to.
Creates a ZonedDateTimeInterval from this date-time up to, but not including to.