Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDate::SetDate

Syntax

void SetDate(CTDATE Date)

void SetDate(const CTDate& Date)

Parameters

  • Date [in] The new date to set to the CTDate object.

Description

Sets the date to the CTDate object.

Return

None.

See also

GetDate()

TOCIndex