1timeb.h(3HEAD) Headers timeb.h(3HEAD)
2
3
4
6 timeb.h, timeb - additional definitions for date and time
7
9 #include <sys/timeb.h>
10
11
13 The <sys/timeb.h> header defines the timeb structure, which includes
14 the following members:
15
16 time_t time /* the seconds portion of the current time */
17 unsigned short millitm /* the milliseconds portion of the current time */
18 short timezone /* the local timezone in minutes west of Greenwich */
19 short dstflag /* TRUE if Daylight Savings Time is in effect */
20
21
22
23 The time_t type is defined as described in <sys/types.h>.
24
26 See attributes(5) for descriptions of the following attributes:
27
28
29
30
31 ┌─────────────────────────────┬─────────────────────────────┐
32 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
33 ├─────────────────────────────┼─────────────────────────────┤
34 │Interface Stability │Standard │
35 └─────────────────────────────┴─────────────────────────────┘
36
38 time.h(3HEAD), types.h(3HEAD), attributes(5), standards(5)
39
40
41
42SunOS 5.11 10 Sep 2004 timeb.h(3HEAD)