Creates a string describing the time span in hours, minutes, and seconds.
For example, a time span of three and a half minutes would be "3:30". 2 days, 3 hours, 6 minutes, and 20 seconds would be "51:06:20".
| span |
the span of time |
|
A newly allocated string describing the time span. |