solidDB Help : solidDB reference : solidDB SA: Function reference : SaSetTimestampFormat
  
SaSetTimestampFormat
SaSetTimestampFormat defines the default timestamp format.
For an explanation of the possible date, time, and timestamp formats, see SaDateToAsciiz.
Synopsis
SaRetT SA_EXPORT_H SaSetTimestampFormat( SaConnectT* scon,
  char* timestampformat)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
scon
in, out, use
Pointer to a connection object.
timestampformat
in
Default timestamp format for connection.
Return value
SA_RC_SUCC
Go up to
solidDB SA: Function reference