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

◆ total_milliseconds_duration()

std::chrono::milliseconds xtd::time_span::total_milliseconds_duration ( ) const
noexcept

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

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