date_time xtd::date_time::add_minutes | ( | double | value | ) | const |
Returns a new xtd::date_time that adds the specified number of minutes to the value of this instance.
value | A number of whole and fractional minutes. The value parameter can be negative or positive. |
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. |