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

◆ total_microseconds()

double xtd::time_span::total_microseconds ( ) const
noexcept

Gets the value of the current xtd::time_span structure expressed in whole and fractional microseconds.

Returns
The total number of microseconds represented by this instance.
Remarks
The xtd::time_span::total_microseconds property represents whole and fractional microseconds, whereas the xtd::time_span::microseconds property represents whole microseconds.