Converts the supplied date to the string format used by the change logger.

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public static string DateToLogFormat(
	DateTime dateIn
)
Visual Basic
Public Shared Function DateToLogFormat ( _
	dateIn As DateTime _
) As String
Visual C++
public:
static String^ DateToLogFormat(
	DateTime dateIn
)

Parameters

dateIn
Type: System..::..DateTime
The date to convert.

Return Value

A string representing the date in the format required for logging.

See Also