DateTime addSecond (DateTime date, int seconds)DateTime addSecond (DateTime date, int seconds)| Name | Type | Description |
|---|---|---|
date | DateTime | A DateTime to add some amount of time to. |
seconds | int | The number of seconds to add to the DateTime. |
| Type | Description |
|---|---|
DateTime | A new DateTime that results from adding the number of time units to the date argument. |