C# .NET classes that allow you to easily add timers to your application.
Included Stopwatch class can be used to time and report out elapsed time for a program code segment.
Also included are classes that encapsulate logic for interval timing that can simplify the process for reporting out an application's status during a long running procedure.