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