Name: ADDSEC Syntax: (ADDSEC(time,int))
Family: Function Category: Date and Time
Description: Add seconds to a given time or datetime value.

Adds the specified number of seconds to a time or datetime value. This function will always return a valid time or datetime if the beginning time or datetime is valid. This function will always "roll" the minutes value as necessary. For example adding 67 seconds will advance the minutes as well as adding 7 seconds.

Using a negative INT will result in subtracting that many seconds.