CommonFunctionsOdataDateTime2DateTime Method

Convert nullable DateTime to DateTime format used by Som.

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 OdataDateTime2DateTime(
	DateTime? dateTime
)

Parameters

dateTime  NullableDateTime
The odata DateTime representation

Return Value

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

See Also