ctdbDatePack
Pack a date in the form day, month and year into a CTDATE form.
Declaration
CTDBRET ctdbDatePack(pCTDATE pDate, NINT year, NINT month, NINT day)
Description
ctdbDatePack() pack a date in the form day, month and year into a CTDATE form.
Returns
ctdbDatePack() returns CTDBRET_OK on success, or c-treeDB API error on failure.
See also
ctdbDateUnpack(), ctdbDateTimePack()