Computes a new duration whose value is factor
times longer than the value of this duration.
This method is provided for the convenience. It is functionally equivalent to the following code:
multiply(new BigDecimal(String.valueOf(factor)))@param factor Factor times longer of new
Duration
to create.
@return New Duration
that is factor
times longer than this Duration
.
@see #multiply(BigDecimal)
|
|