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

◆ multiply() [1/2]

double xtd::time_span::multiply ( const time_span ts) 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 double that represents the value of this instance multiplied by the value of factor.