immutable class TZ_RULE_ELEM < $STR, $BINARY
****

________This_class_is_the_descriptor_of_a_time_when_the_change_from_summer
___to_standard_time_(or_vice-versa)_takes_place.

________The_model_uses_a_two_component_'date'_giving_either_the_day_in_week,
___week_in_month_and_month_in_year_OR_if_week_in_month_is_zero_then
the day is considered to be the day in month, rather than day in week.


Flattened version is here

Ancestors
$BINARY $STR



Public


Features
binstr : BINSTR
build(cursor : BIN_CURSOR) : SAME
create(day : CARD,week : CARD,mth : CARD,clock : TIMES) : SAME
create(days : CARD,one_based : CARD,clock : TIMES) : SAME
str(lib : LIBCHARS) : STR
str : STR
time(year : CARD) : TIME_STAMP


Private

attr day_number : CARD ;
attr day_number : CARD ;
attr month : CARD ;
attr month : CARD ;
attr time : TIMES ;
attr time : TIMES ;
attr week_number : CARD ;
attr week_number : CARD ;

The Sather Home Page