Stopwatch Question

  • Thread starter Thread starter JoshJ
  • Start date Start date
why is Stopwatch.ElapsedMilliseconds != Stopwatch.Elapsed.Milliseconds ?

If it has taken 2.317 seconds then I would expect
Stopwatch.ElapsedMilliseconds to
be 2317 and Stopwatch.Elapsed.Milliseconds to e 317 (and
Stopwatch.Elapsed.Seconds o be 2).

Arne
 
Back
Top