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

◆ total_minutes()

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

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

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