Wed Jan 8 2020 09:50:23

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 139 of file pbx.h.

Field Documentation

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

int hastime

If time construct exists

Definition at line 140 of file pbx.h.

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


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