#include <pbx.h>
Data Fields | |
unsigned int | daymask |
unsigned int | dowmask |
int | hastime |
unsigned int | minmask [48] |
unsigned int | monthmask |
char * | timezone |
unsigned int daymask |
Mask for date
Definition at line 142 of file pbx.h.
Referenced by ast_build_timing(), and ast_check_timing2().
unsigned int dowmask |
Mask for day of week (sun-sat)
Definition at line 143 of file pbx.h.
Referenced by ast_build_timing(), and ast_check_timing2().
unsigned int minmask[48] |
Mask for minute
Definition at line 144 of file pbx.h.
Referenced by ast_check_timing2(), and get_timerange().
unsigned int monthmask |
Mask for month
Definition at line 141 of file pbx.h.
Referenced by ast_build_timing(), and ast_check_timing2().
char* timezone |
NULL, or zoneinfo style timezone
Definition at line 145 of file pbx.h.
Referenced by ast_build_timing(), ast_check_timing2(), and ast_destroy_timing().