Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbUnixTimeGetTime

Retrieve a CTTIME type value from a unix time type value

Declaration

CTDBRET ctdbDECL ctdbUnixTimeGetTime(time_t DateTime, pCTTIME pTime)

Description

ctdbUnixTimeGetTime() retrieves a CTTIME type value from a unix time type value

Parameters:

  • DateTime [IN] - unix time time_t type value
  • pTime [OUT] - Packed TIME type value

Return Values

Return CTDBRET_OK on success

TOCIndex