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

◆ divide() [2/2]

time_span xtd::time_span::divide ( double  divisor) const

Returns a new xtd::time_span object whose value is the result of dividing this instance by the specified divisor.

Parameters
divisorThe value to be divided by.
Returns
A new object that represents the value of this instance divided by the value of divisor.