CommonFunctionsSomDateTime2DateTime Method

Convert Scanjour SOM string representation of a DateTime to DateTime.

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

Parameters

dateTimeText  String
The Scanjour SOM string representation

Return Value

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

See Also