Timer class and C#
Posted
by John Terry
on Stack Overflow
See other posts from Stack Overflow
or by John Terry
Published on 2009-08-06T13:10:09Z
Indexed on
2010/03/30
22:23 UTC
Read the original article
Hit count: 370
c#
I have a program written in C#. I want the Timer class to run a function at a specific time.
E.g : run function X at 20:00 PM
How can I do that using the Timer class?
© Stack Overflow or respective owner