FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDateTimeExt..::..ToISOFormat Method (Nullable<(Of <(<'DateTime>)>)>)

Get the date in ISO Format

Namespace:  System
Assembly:  deDataAccess (in deDataAccess.dll)

Syntax


public static string ToISOFormat(
	Nullable<DateTime> oDate
)
Public Shared Function ToISOFormat ( _
	oDate As Nullable(Of DateTime) _
) As String
public:
static String^ ToISOFormat(
	Nullable<DateTime^> oDate
)

Parameters

oDate
Type: Nullable<(Of <(<'DateTime>)>)>
The date.

Return Value

System.String.