AddDateTime
Adds two DateTime types and returns a new DateTime value.
| Property | Type | Description |
|---|---|---|
| Addend1 | DateTime | First DateTime. |
| Addend2 | DateTime |
Second DateTime. |
- If one of the parameters is null, the other will be returned.
- If both parameters are null then null will be returned.
