Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
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 171 of file pbx.h.

Field Documentation

◆ daymask

unsigned int daymask

Mask for date

Definition at line 174 of file pbx.h.

Referenced by ast_build_timing(), ast_check_timing2(), and main().

◆ dowmask

unsigned int dowmask

Mask for day of week (sun-sat)

Mask for day of week (mon-sun)

Definition at line 175 of file pbx.h.

Referenced by ast_build_timing(), ast_check_timing2(), and main().

◆ hastime

int hastime

If time construct exists

Definition at line 172 of file pbx.h.

◆ minmask

unsigned int minmask

Mask for minute

Definition at line 176 of file pbx.h.

Referenced by ast_check_timing2(), get_timerange(), and main().

◆ monthmask

unsigned int monthmask

Mask for month

Definition at line 173 of file pbx.h.

Referenced by ast_build_timing(), ast_check_timing2(), and main().

◆ timezone

char * timezone

NULL, or zoneinfo style timezone

Definition at line 177 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 files: