CommonFunctionsSomDateTime2DateTime Method

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

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 DateTime SomDateTime2DateTime(
	string dateTimeText
)

Parameters

dateTimeText
Type: SystemString
The Scanjour SOM string representation

Return Value

Type: DateTime
The equivalent DateTime. If the formal parameter is null or empty, the result will be DateTime.MinValue
See Also

Reference