Hey guys, so I made this stopwatch and posted on youtube how to make it.
But I wanted to know if my way of making the double digits like in 00:00:07 instead of 0:0:7 is the best solution.
Stopwatch Tut
Thanks a lot
Printable View
Hey guys, so I made this stopwatch and posted on youtube how to make it.
But I wanted to know if my way of making the double digits like in 00:00:07 instead of 0:0:7 is the best solution.
Stopwatch Tut
Thanks a lot
If you are using a Stopwatch object, getting a TimeSpan from its Elapsed property, calling its ToString method and passing a format string then yes, otherwise no.