Click or drag to resize

CommonFunctionsOdataDateTime2DateTime Method

Convert nullable DateTime to DateTime format used by Som.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
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