AddDurationToDateTime
This task adds to or increments Duration from the DateTime value.
| Property | Type | Description |
|---|---|---|
| DateTime | DateTime | The DateTime variable that the Duration will be added to. |
| Duration | Duration |
The Duration variable to be added to the DateTime variable. |
- If DateTime is null, then returns null.
- If Duration is null, then returns DateTime.
