TIMEADD(<date-expr>,<num-expr hour>,<num_expr minute>,<num_expr second>)


Returns a DATE that is the result of adding the specified parts to the supplied DATE expression.


PRINT TIMEADD(NOW(),1,1,1)

 

See Also: Date And Time Functions


Language Reference  Table Of Contents