Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbCurrentDate

Retrieve the current system date.

Declaration

CTDBRET ctdbCurrentDate(pCTDATE pDate)

Description

ctdbCurrentDate() retrieves the current system date. ctdbCurrentDateTime() retrieves the current date and time.

  • pDate [out] pointer to a CTDATE value to receive the current date.

Returns

ctdbCurrentDate() returns CTDBRET_OK on success, or c-treeDB API error code on failure.

See also

ctdbCurrentTime(), ctdbCurrentDateTime()

TOCIndex