Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTDate.Pack

Syntax

void Pack(int year, int month, int 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