CommonFunctionsDateTime2OdataDateTime Method

Convert a DateTime to the nullable datetime format used by odata.

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

Parameters

dateTime  DateTime
The DateTime to convert

Return Value

NullableDateTime
The equivalent string representation of the DateTime in the format used by odata

See Also