Returns a new xtd::date_time that adds the specified number of seconds to the value of this instance.
- Parameters
-
value | A number of whole and fractional seconds. The value parameter can be negative or positive. |
- Returns
- An object whose value is the sum of the date and time represented by this instance and the number of seconds represented by value.
- Exceptions
-
- Examples
- The following example uses the xtd::date_time::add_seconds method to add 30 seconds and the number of seconds in one day to a xtd::date_time value. It then displays each new value and displays the difference between it and the original value. The difference is displayed both as a time span and as a number of ticks.