The Timer object provides an easy way for doing something repeatedly with a constant interval between.
Gets or sets the interval (in milliseconds) specifying how often the timer should raise the Tick event. This value can range from 10 to 100000000
Raises an event when the timer ticks.
Pauses the timer. Tick events will not be raised.
Resumes the timer from a paused state. Tick events will now be raised.