Not quite sure. But there is a DateAdd function. The following line of code is used to get a date 7 days before the current date.
DateAdd("y",-7,Date())
I presume you could try something similar using or search for the TimeAdd function (if there is one!)