Synesis Software

Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members  

time() API
[Synesis Software UNIX Emulation for Win32]

Time functions and types. More...

Compounds

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

struct  timezone
 \brief More...


Defines

#define _TIMEVAL_DEFINED

Functions

void gettimeofday (struct timeval *tv, struct timezone *tz)
 Accesses the current UTC time.


Detailed Description

Time functions and types.


Define Documentation

#define _TIMEVAL_DEFINED
 


Function Documentation

void gettimeofday struct timeval   tv,
struct timezone   tz
 

Accesses the current UTC time.

Retrieves the current time and timezone information, relative to Greenwich Mean Time

Parameters:
tv  Pointer to a timeval structure to receive the time information
tz  Pointer to a timezone structure to receive the timezone information

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