Example 1
DateAddSeconds(Now(),40)
Will add 40 seconds to the result of the Now function.
Adds a specified number of seconds to a date value.
DateAddSeconds(Start Date, Seconds)
Where:
Start Date The date to adjust.
Seconds The number of seconds to add. Negative values can be used to subtract.
DateAddSeconds(Now(),40)
Will add 40 seconds to the result of the Now function.
DateAddSeconds(Now(),-40)
Will subtract 40 seconds from the result of the Now function.