Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDate::CTDate

Syntax

CTDate( )

CTDate(NINT year, NINT month, NINT day)

CTDate(CTDATE Date)

CTDate(const CTDate& Date)

Parameters

  • year [in] The year to set to the CTDate object.
  • month [in] The month to set to the CTDate object.
  • day [in] The day to set to the CTDate object.
  • Date [in] The date to set to the CTDate object

Description

This is the constructor for the CTDate object.

See also

~CTDate()

TOCIndex