RoundedTimeSpan ToString Method CleanCode C# Libraries v1.2.03 API
Returns the TimeSpan value rounded and trimmed to the precision specified in the constructor.

Namespace: CleanCode.Data
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public override string ToString()

Return Value

A rounded string representation of a TimeSpan.
Remarks

This method first rounds the TimeSpan to the specified precision, then trims its string representation to the same number of digits.
See Also