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

◆ total_seconds_duration()

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