Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTBase::SetDefDateType

Syntax

void SetDefDateType (CTDATE_TYPE DateType)

Parameters

  • DateType [in] the new default date type. For more information on the valid date types, see the Description below.

Description

Sets the default date type. The valid values for the date type are discussed in "Data Types".

Return

None.

See also

GetDefDateType()

TOCIndex