FairCom DB API API for C# - Developers Guide
CTDate.StringToDate
Syntax
void StringToDate(String str, DATE_TYPE DateType)
Parameters
- str [in] The string object to be converted.
- DateType [in] The date type format to be used in the conversion. Valid date formats are shown in "Data Types".
Description
Converts a String object to a date object.
Return
None.
See Also
DateToString()