Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDate::Pack

Syntax

void Pack(NINT year, NINT month, NINT day)

Parameters

  • year [in] The year to pack.
  • month [in] The month to pack.
  • day [in] The day to pack.

Description

Packs a year, month and day value into a CTDATE type value.

Return

None.

See also

Unpack()

TOCIndex