div

operator fun div(scalar: Int): LongDays
operator fun div(scalar: Long): LongDays

Divides this duration by a scalar value.

Throws

if overflow occurs or the scalar is zero