|
inline |
Converts the string representation of a time interval to its xtd::time_span equivalent.
value | A string that specifies the time interval to convert. |
xtd::format_exception | value has an invalid format. |
value | represents a number that is less than xtd::time_span::min_value or greater than xtd::time_span::max_value. -or- At least one of the days, hours, minutes, or seconds components is outside its valid range. |