Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

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()

TOCIndex