#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 118 of file pbx.h.
Referenced by ast_build_timing(), and ast_check_timing().
unsigned int dowmask |
Mask for day of week (sun-sat)
Definition at line 119 of file pbx.h.
Referenced by ast_build_timing(), and ast_check_timing().
unsigned int minmask[48] |
Mask for minute
Definition at line 120 of file pbx.h.
Referenced by ast_check_timing(), and get_timerange().
unsigned int monthmask |
Mask for month
Definition at line 117 of file pbx.h.
Referenced by ast_build_timing(), and ast_check_timing().
char* timezone |
NULL, or zoneinfo style timezone
Definition at line 121 of file pbx.h.
Referenced by ast_build_timing(), ast_check_timing(), and ast_destroy_timing().