Programmer Guide : solidDB® SA : solidDB® SA function reference : SaDateToAsciiz
  
SaDateToAsciiz
SaDateToAsciiz stores the date in an ASCII zero-terminated string format.
For an explanation of different date formats, see SaDateSetAsciiz.
Synopsis
SaRetT SA_EXPORT_H SaDateToAsciiz (
  SaDateT* date,
  char* format,
  char* asciiz)
Parameters
Parameters
Usage type
Description
date
in, use
Date object
format
in, use
Format of date in asciiz (zero-terminated ASCII) buffer, or NULL if default format is used
asciiz
out
Buffer where date is stored.
Note that the caller must allocate a sufficiently large buffer before calling this function, and is also responsible for deallocating the buffer when done with it.
Return value
SA_RC_SUCC SA_ERR_FAILED
See also
solidDB® SA function reference