Thu Apr 28 2011 17:16:25

Asterisk developer's documentation


ast_timing Struct Reference

#include <pbx.h>

Data Fields

unsigned int daymask
unsigned int dowmask
int hastime
unsigned int minmask [48]
unsigned int monthmask
char * timezone

Detailed Description

Definition at line 115 of file pbx.h.


Field Documentation

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().

int hastime

If time construct exists

Definition at line 116 of file pbx.h.

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().


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