LAL  7.5.0.1-b72065a
parser_control Struct Reference

Detailed Description

Definition at line 178 of file getdate.c.

Data Fields

const char * input
 
int day_ordinal
 
int day_number
 
int local_isdst
 
int time_zone
 
int meridian
 
textint year
 
int month
 
int day
 
int hour
 
int minutes
 
int seconds
 
int rel_year
 
int rel_month
 
int rel_day
 
int rel_hour
 
int rel_minutes
 
int rel_seconds
 
int dates_seen
 
int days_seen
 
int local_zones_seen
 
int rels_seen
 
int times_seen
 
int zones_seen
 
table local_time_zone_table [3]
 

Field Documentation

◆ input

const char* parser_control::input

Definition at line 181 of file getdate.c.

◆ day_ordinal

int parser_control::day_ordinal

Definition at line 184 of file getdate.c.

◆ day_number

int parser_control::day_number

Definition at line 187 of file getdate.c.

◆ local_isdst

int parser_control::local_isdst

Definition at line 190 of file getdate.c.

◆ time_zone

int parser_control::time_zone

Definition at line 193 of file getdate.c.

◆ meridian

int parser_control::meridian

Definition at line 196 of file getdate.c.

◆ year

textint parser_control::year

Definition at line 199 of file getdate.c.

◆ month

int parser_control::month

Definition at line 200 of file getdate.c.

◆ day

int parser_control::day

Definition at line 201 of file getdate.c.

◆ hour

int parser_control::hour

Definition at line 202 of file getdate.c.

◆ minutes

int parser_control::minutes

Definition at line 203 of file getdate.c.

◆ seconds

int parser_control::seconds

Definition at line 204 of file getdate.c.

◆ rel_year

int parser_control::rel_year

Definition at line 207 of file getdate.c.

◆ rel_month

int parser_control::rel_month

Definition at line 208 of file getdate.c.

◆ rel_day

int parser_control::rel_day

Definition at line 209 of file getdate.c.

◆ rel_hour

int parser_control::rel_hour

Definition at line 210 of file getdate.c.

◆ rel_minutes

int parser_control::rel_minutes

Definition at line 211 of file getdate.c.

◆ rel_seconds

int parser_control::rel_seconds

Definition at line 212 of file getdate.c.

◆ dates_seen

int parser_control::dates_seen

Definition at line 215 of file getdate.c.

◆ days_seen

int parser_control::days_seen

Definition at line 216 of file getdate.c.

◆ local_zones_seen

int parser_control::local_zones_seen

Definition at line 217 of file getdate.c.

◆ rels_seen

int parser_control::rels_seen

Definition at line 218 of file getdate.c.

◆ times_seen

int parser_control::times_seen

Definition at line 219 of file getdate.c.

◆ zones_seen

int parser_control::zones_seen

Definition at line 220 of file getdate.c.

◆ local_time_zone_table

table parser_control::local_time_zone_table[3]

Definition at line 223 of file getdate.c.