How do I call a method at a particular time?
For example to call the method at 6:00 and 13:00.
I\'m working at a desktop application for Windows.
An alternative to to use Quartz. It's effectively the same as Timer or TimerTask, but it does allow for a description of what must run using a cron style syntax.
Timer
TimerTask
cron