TimeAdd
Previous Top Next

Returns the ticks value of the given ticks + hours + minutes + seconds.
Syntax: TimeAdd (Ticks, Hours, Minutes, Seconds)
Example:
x = Now
tomorrow = TimeAdd(x, 24, 0, 0)