Unit 'apr24' Package
[Overview][Constants][Types][Procedures and functions][Index] [#httpd24]

apr_time_exp_t

Declaration

Source position: apr_time.inc line 104

type apr_time_exp_t = record

  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: apr_int32_t;

end;


Documentation generated on: 2023-03-18