Sun Oct 16 2011 08:43:13

Asterisk developer's documentation


ast_tm Struct Reference

#include <localtime.h>

Data Fields

long int tm_gmtoff
int tm_hour
int tm_isdst
int tm_mday
int tm_min
int tm_mon
int tm_sec
int tm_usec
int tm_wday
int tm_yday
int tm_year
char * tm_zone

Field Documentation

long int tm_gmtoff

Seconds east of UTC.

Definition at line 45 of file localtime.h.

Referenced by packdate(), and localsub().

int tm_isdst

DST. [-1/0/1]

Definition at line 44 of file localtime.h.

Referenced by unpackdate(), sms_readfile(), localsub(), timesub(), time2sub(), ast_strptime_locale(), and icalfloat_to_timet().

int tm_usec

microseconds

Definition at line 48 of file localtime.h.

Referenced by transmit_definetimedate(), localsub(), timesub(), tmcomp(), ast_strftime_locale(), and ast_strptime_locale().

char* tm_zone

Timezone abbreviation.

Definition at line 46 of file localtime.h.

Referenced by build_device().


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