Reputation: 1552
I want to make a countdown timer in C#, WinForms. I want to be able to select a date from a DateTimePicker and make the timer count down to it showing remaining days, hours, minutes and seconds. How could I go about doing this?
Upvotes: 0
Views: 620
Reputation: 13600
should do the trick.
Upvotes: 2