c-treeDB API for C# - Developers Guide
CTDateTime.StringToDateTime
Syntax
void StringToDateTime( String str, DATE_TYPE DateType, TIME_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 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 String object to a CTDateTime object.
Return
None.
See Also
DateTimeToString()