Microsecond granularity for time data

The Open Client and Open Server CS_BIGDATETIME and CS_BIGTIME datatypes provide microsecond-level precision for time data. These datatypes are intended to hold 8-byte binary values.

These datatypes function similarly to the respective CS_DATETIME and CS_TIME datatypes: CS_BIGDATETIME can be used anywhere that CS_DATETIME can be used, and CS_BIGTIME can be used anywhere that CS_TIME can be used. All Open Client and Open Server routines that can be applied to the CS_DATETIME and CS_TIME datatypes can also be applied to the CS_BIGDATETIME and CS_BIGTIME datatypes.

For information about Open Client and Open Server datatypes, see the Open Client Client-Library/C Reference Manual and Open Server Sever-Library/C Reference Manual, respectively.