Aspose::Cells::Duration::operator* method

Duration::operator* method

Multiplies the time interval by a scalar factor.

Duration Aspose::Cells::Duration::operator*(double factor) const
ParameterTypeDescription
factordoubleScaling factor.

ReturnValue

A scaled Duration.

See Also