[Missing <summary> documentation for "M:BaseLib.Util.Misc.TimeSpanToString(System.TimeSpan)"]

Namespace: BaseLib.Util
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public static string TimeSpanToString(
	this TimeSpan ts
)

Parameters

ts
Type: System..::..TimeSpan

[Missing <param name="ts"/> documentation for "M:BaseLib.Util.Misc.TimeSpanToString(System.TimeSpan)"]

Return Value

[Missing <returns> documentation for "M:BaseLib.Util.Misc.TimeSpanToString(System.TimeSpan)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type TimeSpan. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also