![]() |
Home page |
Mailing list |
Docs
Asterisk developer's documentation :: Codename Pineapple
ast_timing Struct Reference
#include <pbx.h>
Definition at line 98 of file pbx.h.
Data Fields | |
| unsigned int | daymask |
| unsigned int | dowmask |
| int | hastime |
| unsigned int | minmask [24] |
| unsigned int | monthmask |
|
|
Mask for date Definition at line 101 of file pbx.h. Referenced by ast_build_timing(), and ast_check_timing(). |
|
|
Mask for day of week (mon-sun) Definition at line 102 of file pbx.h. Referenced by ast_build_timing(), and ast_check_timing(). |
|
|
If time construct exists |
|
|
Mask for minute Definition at line 103 of file pbx.h. Referenced by ast_check_timing(), and get_timerange(). |
|
|
Mask for month Definition at line 100 of file pbx.h. Referenced by ast_build_timing(), and ast_check_timing(). |