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