FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDateTimeExt..::..ToISOFormat Method (DateTime)

Get the date in ISO Format

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

Syntax


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

Parameters

oDate
Type: DateTime
The date.

Return Value

System.String.