Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Networking With Open Transport / Part 2 - Open Transport Reference
Chapter 27 - Utilities Reference / Constants and Data Types


The Timestamp Data Type

The timestamp data type is a 64-bit value that contains an Open Transport timestamp. The timestamp has unspecified units; you must use one of the timestamp manipulation functions described in "Timestamp Utility Functions" to convert the timestamp to known quantities. The timestamp data type is defined by the OTTimeStamp data type.

typedef UnsignedWide OTTimeStamp;
WARNING
The OTTimeStamp value is different in 68000-code and PowerPC code, so you cannot mix timestamp values obtained from emulated code with values obtained from PowerPC native code.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 JAN 1998