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. |
$BINARY | $STR |
binstr : BINSTR |
---|
build(cursor : BIN_CURSOR) : SAME |
---|
create(str : BINSTR) : SAME .. Included as create |
---|
create(day : CARD,week : CARD,mth : CARD,clock : TIMES) : SAME |
---|
create(days : CARD,one_based : CARD,clock : TIMES) : SAME |
---|
read(index : BIN_CURSOR) : SAME .. Included as read |
---|
str(lib : LIBCHARS) : STR |
---|
str : STR |
---|
time(year : CARD) : TIME_STAMP |
---|
write(fyle : BIN_FILE) .. Included as write |
---|
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 ; |
---|