This is a very basic question...quite embarassing, but here goes:
I have a Stopwatch block in C# code. I determine the elapsed time in ticks and then want to conver
Use the Elapsed property:
stopwatch.Elapsed.TotalMilliseconds