typedef struct TTimestamp_tag{ unsigned long seconds; unsigned long useconds; } TTimeStamp;
seconds
—
Time calculated since 00:00:00
GMT January 1, 1970, measured in seconds.
useconds
—
Amount of time, up to
1000
milliseconds, for use as a more precise
interval within the TTimeStamp
structure.