Synesis Software

timeval Struct Reference
[time() API]

A representation of current time, used by gettimeofday(). More...

#include <time.h>

List of all members.

Public Attributes

long tv_sec
long tv_usec


Detailed Description

A representation of current time, used by gettimeofday().

This structure represents the time, in seconds and microseconds, since Jan. 1, 1970, in UTC. Returned by the gettimeofday() function.


Member Data Documentation

long tv_sec

The number of seconds, since Jan. 1, 1970, in the time value.

long tv_usec

The number of microseconds in the time value.


The documentation for this struct was generated from the following file:

UNIX Emulation for Win32 Libraries documentation © Synesis Software Pty Ltd, 2002-2007