Important: The information in this document is obsolete and should not be used for new development.
OTTimeStampInMilliseconds
Converts the difference between two timestamp values into milliseconds.C INTERFACE
UInt32 OTTimeStampInMilliseconds (OTTimeStamp* delta)C++ INTERFACE
None. C++ applications use the C interface to this function.PARAMETERS
delta- A reference to the value that you want to convert into milliseconds. You would normally get this value by calling
OTSubtractTimeStamps.- function result
- The value specified by the
deltaparameter, converted into milliseconds.DISCUSSION
Adeltavalue of0xffff ffffindicates that the timestamp value has overflowed 32 bits of milliseconds.Use the
OTGetTimeStampfunction to obtain the current timestamp.Use the
OTTimeStampInMicrosecondsFunctionto convert a timestamp value to microseconds.