Hello,
I am building an application that requires an accurate timer to be fired every X minutes. This x value will change based on the user's requirements.
I've looked into using the Timer class. I cannot use this becuase it fires every X minutes from when I started the applicaation.
For instance, if I start the application at 14:33:00 and I want it to fire every 5 minutes, it will fire again around...