Programmer Guide : solidDB® SA : solidDB® SA function reference : SaDateToTimet
  
SaDateToTimet
SaDateToTimet stores the date in a time_t format. The time_t date is the same value as returned by C-library function time().
Synopsis
SaRetT SA_EXPORT_H SaDateToTimet(
  SaDateT* date,
  long* p_timet)
Parameters
Parameters
Usage type
Description
date
in, use
Date object
timet
out
Pointer to a long variable into where the date is stored in time_t format.
Return value
SA_RC_SUCC SA_ERR_FAILED
See also
solidDB® SA function reference