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

◆ minutes()

int32 xtd::time_span::minutes ( ) const
noexcept

Gets the minutes component of the time interval represented by the current xtd::time_span structure.

Returns
The minute component of the current xtd::time_span structure. The return value ranges from -59 through 59.
Remarks
The xtd::time_span::minutes property represents whole minutes, whereas the xtd::time_span::total_minutes property represents whole and fractional minutes.
Examples
time_span.cpp.