GME  13
Public Attributes
apr_time_exp_t Struct Reference

#include <apr_time.h>

List of all members.

Public Attributes

apr_int32_t tm_usec
apr_int32_t tm_sec
apr_int32_t tm_min
apr_int32_t tm_hour
apr_int32_t tm_mday
apr_int32_t tm_mon
apr_int32_t tm_year
apr_int32_t tm_wday
apr_int32_t tm_yday
apr_int32_t tm_isdst
apr_int32_t tm_gmtoff

Detailed Description

a structure similar to ANSI struct tm with the following differences:

Definition at line 98 of file apr_time.h.


Member Data Documentation

seconds east of UTC

Definition at line 120 of file apr_time.h.

(0-23) hours past midnight

Definition at line 106 of file apr_time.h.

daylight saving time

Definition at line 118 of file apr_time.h.

(1-31) day of the month

Definition at line 108 of file apr_time.h.

(0-59) minutes past tm_hour

Definition at line 104 of file apr_time.h.

(0-11) month of the year

Definition at line 110 of file apr_time.h.

(0-61) seconds past tm_min

Definition at line 102 of file apr_time.h.

microseconds past tm_sec

Definition at line 100 of file apr_time.h.

(0-6) days since sunday

Definition at line 114 of file apr_time.h.

(0-365) days since jan 1

Definition at line 116 of file apr_time.h.

year since 1900

Definition at line 112 of file apr_time.h.


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