VirtualBench C Reference Help

Timestamp Data Format

  • Updated2023-09-07
  • 1 minute(s) read

Timestamp Data Format

Timestamps are represented in the niVB_Timestamp format, and is indicated in UTC. You can convert a timestamp using the function niVB_ConvertTimestampToValues. This function returns an integer representing seconds since 1970 and a double representing fractional seconds. You can convert data in this form to a timestamp using the niVB_ConvertValuesToTimestamp function.