Description
Returns a date which is calculated by adding the number of seconds parameter (Offset) to the given (Input) date.
Signature
AddSeconds('datetime', 'numberofseconds')
Example
AddSeconds('04/15/2012', 30) Returns 07/15/2012 : 12:00:30 (US Format)
Parameters
Name | Type | Description | Required |
---|---|---|---|
datetime | xxxx | xxxx | xxxx |
numberofseconds | xxxx | xxxx | xxxx |