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

◆ total_microseconds_duration()

std::chrono::microseconds xtd::time_span::total_microseconds_duration ( ) 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_duration property represents whole and fractional microseconds, whereas the xtd::time_span::microseconds property represents whole microseconds.