Use of Stopwatch Class in C#

added by learndotnet
4/23/2011 8:38:18 AM

100 Views

Using the following line a new stopwatch object will be created: System.Diagnostics.Stopwatch myStopWatch = newSystem.Diagnostics.Stopwatch(); The "Start" method will start the stopwatch:


0 comments