minus
Returns this date-time with period subtracted from it.
Years are added first, then months, then days. If the day exceeds the maximum month length at any step, it will be coerced into the valid range.
open operator override fun minus(milliseconds: LongMilliseconds): OffsetDateTime
Content copied to clipboard
open operator override fun minus(milliseconds: IntMilliseconds): OffsetDateTime
Content copied to clipboard
open operator override fun minus(microseconds: LongMicroseconds): OffsetDateTime
Content copied to clipboard
open operator override fun minus(microseconds: IntMicroseconds): OffsetDateTime
Content copied to clipboard
open operator override fun minus(nanoseconds: LongNanoseconds): OffsetDateTime
Content copied to clipboard
open operator override fun minus(nanoseconds: IntNanoseconds): OffsetDateTime
Content copied to clipboard