TimeSpanExtensionsToElapsedTimeString Method

Overload List

ToElapsedTimeString(TimeSpan, Int32, Double) Converts the TimeSpan value into a textual representation of years, days, hours, minutes and seconds with the specified number of fractional digits.
ToElapsedTimeString(TimeSpan, Int32, String, Double) Converts the TimeSpan value into a textual representation of years, days, hours, minutes and seconds with the specified number of fractional digits given string array of time names.

See Also