Initializes a new instance of the xtd::time_span structure to a specified number of days, hours, minutes, and seconds.
days | Number of days. |
hours | Number of hours. |
minutes | Number of minutes. |
seconds | Number of seconds. |
xtd::argument_out_of_range_exception | The parameters specify a xtd::time_span value less than xtd::time_span::min_value or greater than xtd::time_span::max_value. |