<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 2.0">
<title>Gobo Eiffel Time Library</title>
</head>

<body bgcolor="#FFFFFF">

<table border="0" width="100%">
    <tr>
        <td><font size="6"><strong>Gobo Eiffel Time Library</strong></font></td>
        <td align="right"><a href="../structure/index.html"><img
        src="../image/previous.gif" alt="Previous" border="0"
        width="40" height="40"></a><a href="../gelex/index.html"><img
        src="../image/next.gif" alt="Next" border="0" width="40"
        height="40"></a></td>
    </tr>
</table>

<hr size="1">

<p>The<em> Gobo Eiffel Time Library</em> is a portable Eiffel
class library covering <em><strong>date and time handling</strong></em>.
When this library has been developed, there was no date and time
library standard, and no portable library supporting the four
main Eiffel compilers was publicly available. Each Eiffel
compiler provides its own date and time library, but none of them
is fully portable. Furthermore the existing date and time
libraries only cover the absolute time and duration notions,
leaving untackled areas such as time zones, stopwatches, clocks
or timers. The <em>Gobo Eiffel Time Library</em> tries to address
these issues with the same care that characterizes the other
high-quality libraries that make up the <a href="../index.html"><em>Gobo
Eiffel</em> <em>Project</em></a>.</p>

<p>This documentation is structured as follows:</p>

<blockquote>
    <dl>
        <dt><a href="absolute.html">Absolute Times</a></dt>
        <dd>Dates, times and date/times in the Gregorian calendar
            system [cluster <font color="#800000"><em><tt>date</tt></em></font>].</dd>
        <dt><a href="duration.html">Durations</a></dt>
        <dd>Amounts of time between two absolute dates, times or
            date/times [cluster <font color="#800000"><em><tt>date</tt></em></font>].</dd>
        <dt><a href="clock.html">Clocks</a></dt>
        <dd>System clocks and customizable clocks [cluster <font
            color="#800000"><em><tt>clock</tt></em></font>].</dd>
        <dt><a href="stopwatch.html">Stopwatches</a></dt>
        <dd>Stopwatches [cluster <font color="#800000"><em><tt>stopwatch</tt></em></font>].</dd>
        <dt>Timers</dt>
        <dd>Timers and events [cluster <font color="#800000"><em><tt>timer</tt></em></font>].</dd>
        <dt>Time Zones</dt>
        <dd>Time zone conversions [cluster <font color="#800000"><em><tt>time_zone</tt></em></font>].</dd>
        <dt>EiffelTime</dt>
        <dd>Main <a href="see_also.html#eiffeltime"><em>EiffelTime</em></a>
            classes implemented with <em>Gobo</em> classes.</dd>
        <dt><a href="flatshort/index.html">Flat-short Forms</a></dt>
        <dd>Flat-short forms of the <em>Gobo Eiffel Time Library</em>
            classes.</dd>
        <dt><a href="limitations.html">Limitations</a></dt>
        <dd>Limitations, bugs and other deficiencies.</dd>
        <dt><a href="see_also.html">See Also</a></dt>
        <dd>Bibliographical references, related resources and
            acknowledgments.</dd>
        <dt><a
            href="http://www.gobosoft.com/eiffel/gobo/download.html">Downloading
            Instructions</a></dt>
        <dd>License agreement and downloading instructions.</dd>
    </dl>
</blockquote>

<hr size="1">

<table border="0" width="100%">
    <tr>
        <td><address>
            <font size="2"><b>Copyright © 2000-2005</b></font><font
            size="1"><b>, </b></font><font size="2"><strong>Eric
            Bezault</strong></font><strong> </strong><font
            size="2"><br>
            <strong>mailto:</strong></font><a
            href="mailto:ericb@gobosoft.com"><font size="2">ericb@gobosoft.com</font></a><font
            size="2"><br>
            <strong>http:</strong></font><a
            href="http://www.gobosoft.com"><font size="2">//www.gobosoft.com</font></a><font
            size="2"><br>
            <strong>Last Updated:</strong> 21 February 2005</font><br>
            <!--webbot bot="PurpleText"
            preview="
$Date$ 
$Revision$"
            --> 
        </address>
        </td>
        <td align="right" valign="top"><a
        href="http://www.gobosoft.com"><img
        src="../image/home.gif" alt="Home" border="0" width="40"
        height="40"></a><a href="../index.html"><img
        src="../image/toc.gif" alt="Toc" border="0" width="40"
        height="40"></a><a href="../structure/index.html"><img
        src="../image/previous.gif" alt="Previous" border="0"
        width="40" height="40"></a><a href="../gelex/index.html"><img
        src="../image/next.gif" alt="Next" border="0" width="40"
        height="40"></a></td>
    </tr>
</table>
</body>
</html>
