c-treeDB API for C++ - Developers Guide
CTDateTime::StringToDateTime
Syntax
void StringToDateTime(const CTString& str, CTDATE_TYPE DateType,
CTTIME_TYPE TimeType)
Parameters
- str [in] The string object to be converted.
- DateType [in] The Date type format used to convert to string. The valid Date type formats are shown in "Data Types"
- TimeType [in] The Time type format used to convert to string. The valid Time type formats are shown in "Data Types".
Description
Converts a CTString object to a DateTime object.
Return
None.
See also
DateTimeToString()