Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbCurrentDateTimeUTC

Set a DATETIME field with the current UTC time with millisecond precision.

Declaration

CTDBRET ctdbDECL ctdbCurrentDateTimeUTC(pCTDATETIME pDateTime)

Description

  • pCTDATETIME pDateTime the DATETIME field.

This function relies on the system, and makes no guarantees for accuracy or monotonic behavior.

Returns

Returns NO_ERROR on success.

TOCIndex