Voice Platform SDK 8.5 API Reference

TTimeStamp

Syntax



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


Top of Page

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.


Top of Page


Send comments on this topic.
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.