I want a program that runs continually and monitors the time constantly. When it’s 15:30 PM (just as an example) it will execute Console.Beep() (just another example). Any thoughts on how to do this? Yes I searched the internet, and I found some MSDN stuff about time management but never anything on how to keep listening for certain times so to speak.
I want a program that runs continually and monitors the time constantly. When it’s
Share
You might want to look at Quartz.Net