TimingValueBuilder.FormatTimeSpan

TimingValueBuilder.FormatTimeSpan method

Formats a TimeSpan into a string representation suitable for timing values.

public static string FormatTimeSpan(TimeSpan timeSpan)
ParameterTypeDescription
timeSpanTimeSpanThe TimeSpan to format.

Return Value

A string representation of the TimeSpan.

See Also