Check out Timer Class
Method:
scheduleAtFixedRate(TimerTask task, Date firstTime, long period)
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
let you do what you want. Just make sure you use the correct date.
API, TimerTask, run(). run() , .