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

◆ microseconds()

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

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

Returns
The hour component of the current xtd::time_span structure. The return value ranges from -999 through 999.
Remarks
The xtd::time_span::microseconds property represents whole microseconds, whereas the xtd::time_span::total_microseconds property represents whole and fractional microseconds.