//core/io.islandtime.measures/Period/times times¶ common operator fun times(scalar: Int): Period operator fun times(scalar: Long): Period Multiplies each component of this period by a scalar value. Throws¶ ArithmeticException if overflow occurs