CommonFunctionsOdataTimeSpan2TimeSpan Method |
Convert Scanjour SOM string representation of a TimeSpan to TimeSpan.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static TimeSpan OdataTimeSpan2TimeSpan(
string timeSpanText
)
Public Shared Function OdataTimeSpan2TimeSpan (
timeSpanText As String
) As TimeSpan
public:
static TimeSpan OdataTimeSpan2TimeSpan(
String^ timeSpanText
)
static member OdataTimeSpan2TimeSpan :
timeSpanText : string -> TimeSpan
Parameters
- timeSpanText String
- The Scanjour SOM string representation
Return Value
TimeSpanThe equivalent TimeSpan. If the formal parameter is null or empty, the result will be TimeSpan()
See Also