timeformat

Display format for time values

String value to specify the time format used when the time value is represented in a string. Supported values are:

  • HH
  • HH:MM
  • HH:MM:SS
  • HH:MM:SS.F
  • HH:MM:SS.FF
  • HH:MM:SS.FFF
  • HH:MM:SS.FFFF (default)
Default Value
If the timeformat option is not defined, the default value of HH:MM:SS.FFFF is used.
Example
timeformat=HH:MM:SS.FFFF
SQL Options

This option key is associated with the SQL Connection Handle and can be set or retrieved using:

See also
SQL SET statements
SQLSetConnectAttr()
SQLGetConnectAttr()
Note
SQL options can also be associated with the RDM_DB handle along with the Database Configuration Options.