[Home] [Back] [Up] [<<] [>>]

CertifiedDate

The date that the AMAS software was approved.
For the year 2001 cycle, this was "20 Oct 2000".
If this property is not set, the date will not appear on the report.
The maximum length of this string is DATE_BUFFER_SIZE.

Syntax

int reportGetCertifiedDate(char *s, int maxlen);

int reportPutCertifiedDate(const char *sNewValue);

Syntax description

spointer to the buffer to receive the property.
maxlenthe size in characters of the above buffer, excluding the null-terminator.
sNewValuenull-terminated string specifying the property.
Return values

The Get function returns 0 on success, and the length of the buffer required (excluding the null-terminator) if maxlen is too short.
The Put function returns 0. If the string is too long, it will be truncated.