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

◆ total_seconds()

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

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

Returns
The total number of seconds represented by this instance.
Remarks
The xtd::time_span::total_seconds property represents whole and fractional seconds, whereas the xtd::time_span::seconds property represents whole seconds.
Examples
time_span.cpp.