How to add 7 days to my Date object?

i created a DATE object.


var myTime:Date = new Date(2008,9,19,12,0,0);

now I would like to add 7 days to myTime.
do I need to convert myTime to milliseconds?
how can I do this?

please help me!

P.S. Im using AS 3.0