Content-type: text/html Man page of timeb.h

timeb.h

Section: Headers (3HEAD)
Updated: 10 Sep 2004
Index Return to Main Contents
 

NAME

timeb.h, timeb - additional definitions for date and time  

SYNOPSIS

#include <sys/timeb.h>
 

DESCRIPTION

The <sys/timeb.h> header defines the timeb structure, which includes the following members:

time_t         time        /* the seconds portion of the current time */
unsigned short millitm     /* the milliseconds portion of the current time */
short          timezone    /* the local timezone in minutes west  of Greenwich */
short          dstflag     /* TRUE if Daylight Savings Time is in effect */

The time_t type is defined as described in <sys/types.h>.  

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
Interface StabilityStandard

 

SEE ALSO

time.h(3HEAD), types.h(3HEAD), attributes(5), standards(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:37:12 GMT, October 02, 2010