c-treeDB API for C++ - Developers Guide
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()