times

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

Multiplies each component of this period by a scalar value.

Throws

if overflow occurs