Adds the specified number of seconds to the value of the given DateTime.

Syntax

Smartsite SXML CopyCode image Copy Code
datetime datetime.addseconds(datetime dt, integer seconds)

Parameters

Name Data Type Description
dt DateTime A DateTime.
seconds Integer A number of whole and fractional seconds. Theis parameter can be negative or positive.

Return Value

Data Type Description
DateTime A DateTime whose value is the sum of the date and time represented by this instance and the given number of.

Expand image Example

SXML