Jump to: navigation, search

TTimeStamp

Syntax

typedef struct TTimestamp_tag{
	unsigned long	seconds;
	unsigned long	useconds;
} TTimeStamp;

Values

  • 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.
This page was last edited on March 17, 2016, at 18:08.
Comments or questions about this documentation? Contact us for support!