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

◆ days()

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

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

Returns
The day component of this instance. The return value can be positive or negative.
Remarks
The xtd::time_span::days property represents whole days, whereas the xtd::time_span::total_days property represents whole and fractional days.
Examples
time_span.cpp.