class TIME_ZONE < $BINARY, $STR


Ancestors
$STR $BINARY



Public


Features
binstr : BINSTR .. Included as binstr
build( .. Included as build
build( .. Included as build
create(str : BINSTR) : SAME .. Included as create
create(
is_west_of_UTC( .. Included as is_west_of_UTC
is_west_of_UTC : BOOL .. Included as is_west_of_UTC
read(index : BIN_CURSOR) : SAME .. Included as read
str( .. Included as str
str( .. Included as str
str( .. Included as str
str : STR .. Included as str
time_difference( .. Included as time_difference
time_difference : ELAPSED .. Included as time_difference
write(fyle : BIN_FILE) .. Included as write


Private

attr add_dst_offset : BOOL ;
attr add_dst_offset : BOOL ;
attr add_std_offset : BOOL ;
attr add_std_offset : BOOL ;
attr dst_name : STR ;
attr dst_name : STR ;
attr dst_offset : ELAPSED ;
attr dst_offset : ELAPSED ;
attr rules : FLIST{TZONE_RULE} ;
attr rules : FLIST{TZONE_RULE} ;
attr std_name : STR ;
attr std_name : STR ;
attr std_offset : ELAPSED ;
attr std_offset : ELAPSED ;
summer_time( .. Included as summer_time

The Sather Home Page