solidDB Help : solidDB reference : 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
The following table describes the 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
Go up to
solidDB SA: Function reference