Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDate::StringToDate

Syntax

void StringToDate(const CTString& str, CTDATE_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 CTString object to a date object.

Return

None.

See also

DateToString()

TOCIndex