[This is preliminary documentation and is subject to change.]

Overload List

NameDescription
ToSecondsString(TimeSpan)
Converts a TimeSpan to a string containing the number of seconds. If the timestamp is zero seconds, returns an empty string.
ToSecondsString(TimeSpan, StringBuilder)
Serializes the given TimeSpan to the given StringBuilder, as the number of seconds.

See Also