multiply method

Time multiply(
  1. num factor
)

Implementation

Time multiply(num factor) => this * factor;