CUBRID Engine  latest
tz_raw_ds_rule Struct Reference
Collaboration diagram for tz_raw_ds_rule:
Collaboration graph

Public Attributes

short from_year
 
short to_year
 
char type [TZ_RULE_TYPE_MAX_SIZE]
 
unsigned char in_month
 
TZ_DS_CHANGE_ON change_on
 
int at_time
 
TZ_TIME_TYPE at_time_type
 
int save_time
 
char letter_abbrev [TZ_RULE_LETTER_ABBREV_MAX_SIZE]
 

Detailed Description

Definition at line 178 of file tz_compile.c.

Member Data Documentation

int tz_raw_ds_rule::at_time

Definition at line 185 of file tz_compile.c.

Referenced by tzc_add_ds_rule(), and tzc_compile_ds_rules().

TZ_TIME_TYPE tz_raw_ds_rule::at_time_type

Definition at line 186 of file tz_compile.c.

Referenced by tzc_add_ds_rule(), and tzc_compile_ds_rules().

TZ_DS_CHANGE_ON tz_raw_ds_rule::change_on
short tz_raw_ds_rule::from_year
unsigned char tz_raw_ds_rule::in_month
char tz_raw_ds_rule::letter_abbrev[TZ_RULE_LETTER_ABBREV_MAX_SIZE]

Definition at line 189 of file tz_compile.c.

Referenced by tzc_add_ds_rule(), tzc_compile_ds_rules(), and tzc_summary().

int tz_raw_ds_rule::save_time

Definition at line 187 of file tz_compile.c.

Referenced by tzc_add_ds_rule(), and tzc_compile_ds_rules().

short tz_raw_ds_rule::to_year

Definition at line 181 of file tz_compile.c.

Referenced by tzc_add_ds_rule(), tzc_compile_ds_rules(), and tzc_parse_ds_change_on().

char tz_raw_ds_rule::type[TZ_RULE_TYPE_MAX_SIZE]

Definition at line 182 of file tz_compile.c.

Referenced by tzc_add_ds_rule().


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