Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

switch_time_exp_t Struct Reference
[Time Routines]

#include <switch_apr.h>


Detailed Description

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


Data Fields

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


Field Documentation

int32_t switch_time_exp_t::tm_gmtoff
 

seconds east of UTC

int32_t switch_time_exp_t::tm_hour
 

(0-23) hours past midnight

int32_t switch_time_exp_t::tm_isdst
 

daylight saving time

int32_t switch_time_exp_t::tm_mday
 

(1-31) day of the month

int32_t switch_time_exp_t::tm_min
 

(0-59) minutes past tm_hour

int32_t switch_time_exp_t::tm_mon
 

(0-11) month of the year

int32_t switch_time_exp_t::tm_sec
 

(0-61) seconds past tm_min

int32_t switch_time_exp_t::tm_usec
 

microseconds past tm_sec

int32_t switch_time_exp_t::tm_wday
 

(0-6) days since sunday

int32_t switch_time_exp_t::tm_yday
 

(0-365) days since jan 1

int32_t switch_time_exp_t::tm_year
 

year since 1900


The documentation for this struct was generated from the following file:
Generated on Fri Oct 10 11:24:20 2008 for FreeSWITCH by  doxygen 1.3.9.1