Period.*
*factor
Group: Operators
Aliases: multiply
, times
Documentation
Multiply the amount of time in this period by the specified scalar.
Arguments
factor
: The scalar to multiply by.
Examples
Multiply a period of 1 year and 2 months by 2
import Standard.Base.Data.Time.Period
example_multiply = (Period.new years=1 months=2) * 2