FairCom DB API API for C++ - Developers Guide
CTTime::StringToTime
Syntax
void StringToTime(const CTString& str, CTTIME_TYPE TimeType)
Parameters
- str [in] The string object to be converted.
- TimeType [in] The Time type format to be used in the conversion. Valid Time formats are shown in "Data Types".
Description
Converts a CTString object to a Time object.
Return
None.
See also
TimeToString()