Constructors
Types
Functions
Returns this duration divided by a scalar value. @throws ArithmeticException if overflow occurs or the scalar is zero
Returns the remainder of this duration divided by a scalar value.
Multiplies this duration by a scalar value. @throws ArithmeticException if overflow occurs
Converts this duration to a Double value.
Converts this duration to an Int value. @throws ArithmeticException if overflow occurs
Converts this duration to a Long value.
Converts this duration to an ISO-8601 time interval representation.
Negates this duration. @throws ArithmeticException if overflow occurs
Properties
Extensions
Converts this duration into a Period with the same number of weeks.
Converts this duration to an equivalent Java Period.