Returns a new xtd::date_time that adds the specified number of ticks to the value of this instance.
value | A number of 100-nanosecond ticks. The value parameter can be positive or negative. |
xtd::argument_out_of_range_exception | The resulting xtd::date_time is less than xtd::date_time::min_value or greater than xtd::date_time::max_value. |