您的位置:首页 > 编程语言 > C#

C# Timer Demo

2007-01-08 15:19 417 查看
 By Prasad H.
This is an example of a timer in C#. It gives you an understand of time / clock and time conversion functionality.

Some Tips using Timer:

1.Timer_Event will fire only after the Timer.Start() method is called.

2.Interval property is used to set the interval between Timer_Event.

3.Timer can be stopped either by disabling the Timer or calling the Stop() method.


 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息