Click or drag to resize

UtilitiesToString Method (TimeSpan)

Returns a String that represents an TimeSpan.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static string ToString(
	TimeSpan ts
)

Parameters

ts
Type: SystemTimeSpan
The ts.

Return Value

Type: String
A String that represents this instance.
See Also