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

◆ total_hours_duration()

std::chrono::hours xtd::time_span::total_hours_duration ( ) const
noexcept

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

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