Important: The information in this document is obsolete and should not be used for new development.
OTGetTimeStamp
Obtains the current timestamp.C INTERFACE
void OTGetTimeStamp (OTTimeStamp* stamp)C++ INTERFACE
None. C++ applications use the C interface to this function.PARAMETERS
stamp- A pointer to the location where the function stores the current timestamp.
 DISCUSSION
Use theOTTimeStampInMillisecondsfunction to convert a timestamp value to milliseconds.Use the
OTTimeStampInMicrosecondsfunction to convert a timestamp value to microseconds.Use the
OTSubtractTimeStampsfunction to obtain the difference between two timestamp values.