|
|
Home | Loader API | Interfaces | File List | Index | |
A structure that is used to describe a specified time. More...
#include <p6types.h>
Public Attributes | |
P6INT16 | dayOfMonth |
[1 - 31] | |
P6INT16 | dayOfWeek |
[0 - 6] where 0 == Sunday | |
P6INT16 | dayOfYear |
[0 - 365] days since January 1 | |
P6INT32 | dstoff |
Daylight saving time offset in seconds. | |
P6INT32 | hour |
[0 - 23] 24 hour clock | |
P6INT32 | minutes |
[0 - 59] | |
P6INT16 | month |
[0 - 11] where 0 == January | |
P6INT32 | seconds |
[0 - 61] where the values 60 and 61 are for accommodating up to two leap seconds. | |
P6INT32 | tzoff |
Offset from GMT in seconds. | |
P6INT32 | useconds |
[0 - 999999] Microseconds past seconds | |
P6INT32 | year |
Absolute year. |
A structure that is used to describe a specified time.
Definition at line 213 of file p6types.h.