ctdbTimeUnpack
Convert a CTTIME time into the form hour, minute, second with whole second precision.
NOTE: See ctdbTimeUnpackMsec() if you need millisecond precision.
Declaration
CTDBRET ctdbTimeUnpack(CTTIME Time, pNINT pyear, pNINT pmonth,
pNINT pday)
Description
ctdbTimeUnpack() unpack a CTTIME time into the form day, month and year.
Returns
ctdbTimeUnpack() returns CTDBRET_OK on success, or c-treeDB API C API error on failure.
See also
ctdbTimePack(), ctdbTimePackMsec(), ctdbTimeUnpackMsec()