xtd 0.2.0
Loading...
Searching...
No Matches

◆ multiply() [2/2]

time_span xtd::time_span::multiply ( double  factor) const
noexcept

Returns a new xtd::time_spam object which value is the result of multiplication of this instance and the specified factor.

Parameters
factorThe value to be multiplied by.
Returns
A new object that represents the value of this instance multiplied by the value of factor.