Initialize a DBDATETIME value to Jan 1, 1900 12:00:00:000AM.
RETCODE dbdatezero(dbproc, dateptr) DBPROCESS *dbproc; DBDATETIME *dateptr;
A pointer to the DBPROCESS structure that provides the connection for a particular front-end/server process. It contains all the information that DB-Library uses to manage communications and data between the front end and the server.
This parameter may be NULL.
A pointer to the DBDATETIME variable to initialize.
SUCCEED or FAIL.
dbdatezero returns FAIL if dateptr is NULL.
dbdatezero initializes a DBDATETIME value to Jan 1, 1900 12:00:00:000AM.
The range of legal DBDATETIME values is from January 1, 1753 to December 31, 9999. DBDATETIME values have a precision of 1/300th of a second (3.33 milliseconds).