Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTDate.CTDate

Syntax

CTDate( )

CTDate(int year, int month, int day)

CTDate(uint 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