Using C#, how may I get the time remaining (before the elapse event will occur) from a System.Timers.Timer object?
In other words, let say I set the timer interval to 6 hours, but 3 hours later, I want to know how much time is remaining. How would I get the timer object to reveal this time remaining?