[This is preliminary documentation and is subject to change.]

Gets the duration in hh:mm format

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string GetDurationColon(
	double durHr
)
Visual Basic (Declaration)
Public Shared Function GetDurationColon ( _
	durHr As Double _
) As String
Visual C++
public:
static String^ GetDurationColon(
	double durHr
)

Parameters

durHr
Type: System..::.Double
the duration in the string format

Return Value

the string representation of the duration

See Also