INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "The time zone information"
project: "The Universal Time & Date UTDC"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: timedate
class TIME_ZONE
inherit

ANY
redefine
out
end
creation

make
feature {NONE}-- Creation

make
-- Create an object for the current time zone
feature -- Time zone properties

offset: INTEGER
feature -- Time queries

is_daylight_saving_time: BOOLEAN
-- Is the current time in a daylight saving time?

out: STRING
-- New string containing printable representation of
-- current object, each field preceded by its attribute name,
-- a colon and a space
end -- class TIME_ZONE

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES