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

◆ total_milliseconds()

double xtd::time_span::total_milliseconds ( ) 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 property represents whole and fractional milliseconds, whereas the xtd::time_span::milliseconds property represents whole milliseconds.
Examples
time_span.cpp.