|
static |
Returns a xtd::time_span that represents a specified number of minutes, where the specification is accurate to the nearest millisecond.
value | A number of minutes, accurate to the nearest millisecond. |
xtd::overflow_exception | value is less than xtd::time_span::min_value or greater than xtd::time_span::max_value. -or- value is xtd::double_object::positive_infinity. -or- value is xtd::double_object::negative_infinity. |
xtd::argument_exception | value is equal to xtd::double_object::NaN. |