Programmer Guide : solidDB® SA : solidDB® SA function reference : SaDateSetTimet
  
SaDateSetTimet
SaDateSetTimet copies the input value from the variable named “timet” to the variable named “date”. The value is automatically converted from the format time_t (the format returned by C-library function time()) to the format SaDateT.
Synopsis
SaRetT SA_EXPORT_H SaDateSetTimet(
  SaDateT* date,
  long timet)
Parameters
Parameters
Usage type
Description
date
use
Date object
timet
in
New date value in time_t format
Return value
SA_RC_SUCC SA_ERR_FAILED
See also
solidDB® SA function reference