CommonFunctionsSomTimeSpan2TimeSpan Method

Convert Scanjour SOM string representation of a TimeSpan to TimeSpan.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static TimeSpan SomTimeSpan2TimeSpan(
	string timeSpanText
)

Parameters

timeSpanText  String
The Scanjour SOM string representation

Return Value

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

See Also