Programmer Guide : solidDB® SA : solidDB® SA function reference : SaSetTimeFormat
  
SaSetTimeFormat
SaSetTimeFormat defines the default time format.
For an explanation of the possible formats, see the time portion documentation of SaDateSetAsciiz in SaDateToAsciiz.
Synopsis
SaRetT SA_EXPORT_H SaSetTimeFormat( SaConnectT* scon,
  char* timeformat)
Parameters
Parameters
Usage type
Description
scon
in, out, use
Pointer to a connection object.
timeformat
in
Default time format for connection.
Note The usage type of scon includes “out” because the scon parameter is modified by this function call.
Return value
SA_RC_SUCC
SA_ERR_COMERROR if the connection to the server is broken.
See also
For an explanation of the possible date, time, and timestamp formats, see SaDateToAsciiz.
solidDB® SA function reference