Possible Duplicate:
How might I schedule a C# Windows Service to perform a task daily?
I am creating a C# Windows Service, but I didn't figure out the best way to make timer fire a method daily at a specific time specified in App.Config file (e.g. daily at 6:00AM, my method is executed).
How do you do it?
Thanks