Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_tm Struct Reference

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
 

Detailed Description

Definition at line 35 of file localtime.h.

Field Documentation

long int tm_gmtoff

Seconds east of UTC.

Definition at line 45 of file localtime.h.

Referenced by localsub(), and packdate().

int tm_hour
int tm_isdst

DST. [-1/0/1]

Definition at line 44 of file localtime.h.

Referenced by localsub(), sms_readfile(), and unpackdate().

int tm_mday
int tm_min
int tm_mon
int tm_sec
int tm_usec

microseconds

Definition at line 48 of file localtime.h.

Referenced by localsub().

int tm_wday
int tm_yday
int tm_year
char* tm_zone

Timezone abbreviation.

Definition at line 46 of file localtime.h.


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