Files
date_time/doc/posix_time.html
2002-09-05 17:17:25 +00:00

58 lines
2.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Posix Time System Documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body>
<a href="../../../index.htm">
<img align="left" src="../../../c++boost.gif" alt="C++ Boost">
</a>
<h1>Posix Time System Documentation</h1>
<p>&nbsp;<p>
<hr>
<p>
<a href="index.html">Overall Index</a> --
<a href="gregorian.html">Gregorian Index</a>
<p>
<font class="bold">Temporal Types</font>
<p>
<a href="class_ptime.html">Class ptime</a> --
<a href="class_time_duration.html">Class time_duration</a> --
<a href="class_time_period.html">Class time_period</a>
<p>
<font class="bold">Other Topics</font>
<p>
<a href="time_iterators.html">Time Iterators</a> --
<a href="local_time_adjust.html">UTC / Local Time Adjustments</a>
<p>
<h2><a name="intro">Introduction</a></h2>
<p>
Defines a non-adjusted time system with nano-second resolution and
stable calculation properties. This time system uses the Gregorian
calendar to implement the date portion of the time representation.
<p>
<h2><a name="usage">Usage Examples</a></h2>
<table border=1 cellspacing=3 cellpadding=3><tr><td><b>Example</b></td><td><b>Description</b> </td></tr>
<tr><td><a href="exp-time_math.html">Time Math</a></td><td>A few simple calculations using ptime and time_durations. </td></tr>
<tr><td><a href="exp-print_hours.html">Print Hours</a></td><td>Retrieve time from clock, use a time_iterator. </td></tr>
<tr><td><a href="exp-local_utc_conversion.html">Local to UTC Conversion</a></td><td>Demonstrates a couple different ways to convert a local to UTC time including daylight savings rules. </td></tr>
<tr><td><a href="exp-time_periods.html">Time periods</a></td><td>Some simple examples of intersection and display of time periods. </td></table>
<hr>
<address><small>
<!-- hhmts start -->
Last modified: Thu Sep 5 06:19:36 MST 2002
<!-- hhmts end -->
by Jeff Garland &copy 2000-2002
</small></address>
</body>
</html>