|
static |
Converts the specified xtd::time_span to an equivalent to Coordinated Universal Time (UTC) or local time..
value | A time interval from the start of the Clock's epoch. |
kind | One of the enumeration values that indicates whether ticks specifies a local time, Coordinated Universal Time (UTC), or neither. |
xtd::argument_out_of_range_exception | value is less than xtd::date_time:min_value or represents a time greater than xtd::date_time:max_value. |