Converts the supplied date to the string format used by the change logger.
Namespace:
Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public static string DateToLogFormat( DateTime dateIn ) |
| Visual Basic (Declaration) |
|---|
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.