Return a Time Span formated

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function FormatTimeSpan ( _
	timeSpan As TimeSpan _
) As String
C#
public static string FormatTimeSpan(
	TimeSpan timeSpan
)

Parameters

timeSpan
Type: System..::..TimeSpan

Return Value

See Also