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

◆ milliseconds()

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

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

Returns
The millisecond component of the current xtd::time_span structure. The return value ranges from -999 through 999.
Remarks
The xtd::time_span::milliseconds property represents whole milliseconds, whereas the xtd::time_span::total_milliseconds property represents whole and fractional milliseconds.
Examples
time_span.cpp.