times

operator fun times(scalar: Int): Days
operator fun times(scalar: Long): Days

Multiplies this duration by a scalar value. @throws ArithmeticException if overflow occurs