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.3.0.0 (23.3.0.0)
Syntax
Parameters
- timeSpanText
- Type: SystemString
The Scanjour SOM string representation
Return Value
Type: TimeSpanThe equivalent TimeSpan. If the formal parameter is null or empty, the result will be TimeSpan()
See Also