FairCom DB API API for C# - Developers Guide
CTDateTime.DateTimeToString
Syntax
String DateTimeToString(DATE_TYPE DateType, TIME_TYPE TimeType)
Parameters
- DateType [in] The Date type format used to convert to string. The valid Date type formats are shown is "Date Types".
- TimeType [in] The Time type format used to convert to string. The valid Time type formats are shown in "Time Types".
Description
Converts a CTDateTime object to a String object.
Return
DateTimeToString() returns a String object with the DateTime.
See Also
StringToDateTime()