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

◆ from_days() [2/2]

static time_span xtd::time_span::from_days ( std::chrono::days  value)
static

Returns a xtd::time_span that represents a specified number of days, where the specification is accurate to the nearest millisecond.

Parameters
valueA number of days, accurate to the nearest millisecond.
Returns
An object that represents value.