Click or drag to resize

CommonFunctionsOdataTimeSpan2TimeSpan Method

Convert Scanjour SOM string representation of a TimeSpan to TimeSpan.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static TimeSpan OdataTimeSpan2TimeSpan(
	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