I\'m totally confused between these 4. What is the difference between ElapsedMilliseconds (long), ElapsedTicks (long), Elapsed.TotalMilliseconds (double) and Elapsed.Millise
Elapsed is TimeSpan. If you want to display time, then just Elapsed.ToString() should do that
Elapsed
TimeSpan
Elapsed.ToString()