CommonFunctionsOdataTimeSpan2TimeSpan Method

Scanjour Workflow4 Reference Manual
Convert Scanjour SOM string representation of a TimeSpan to TimeSpan.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static TimeSpan OdataTimeSpan2TimeSpan(
	string timeSpanText
)

Parameters

timeSpanText
Type: SystemString
The Scanjour SOM string representation

Return Value

Type: TimeSpan
The equivalent TimeSpan. If the formal parameter is null or empty, the result will be TimeSpan()
See Also

Reference