ctdbDateTimeToUnixTime
Convert a CTDATETIME type value into a time_t unix epoch value.
Declaration
CTDBRET ctdbDECL ctdbDateTimeToUnixTime(CTDATETIME DateTime, time_t* time, CTBOOL fromlocaltime)
Description
ctdbDateTimeToUnixTime() convert a CTDATETIME type value into a time_t unixtime value.
Parameters:
Return Values
Return CTDBRET_OK on success