FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..formatTimeSpan Method

Formats the time span.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static string formatTimeSpan(
	TimeSpan oTS,
	bool showSign
)
Public Shared Function formatTimeSpan ( _
	oTS As TimeSpan, _
	showSign As Boolean _
) As String
public:
static String^ formatTimeSpan(
	TimeSpan^ oTS, 
	bool^ showSign
)

Parameters

oTS
Type: TimeSpan
The o ts.
showSign
Type: Boolean
if set to true [show sign].

Return Value

System.String.