The basic command to set a timer start value is: clockTimer.StartAt = "00:01:00.0"
You would also need to declare your timer variable: dim clockTimer as xpClockTimerWidget
I have set specific times to count down from (ie: 3 mins, 2:30, etc), but with a little creative scripting you can probably set a variable to use the system time and date to set the StartAt time.
#Carbonite