Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/doc/html/id732514.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 4.6 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>Class template dynamic_local_time_adjustor</title>
5<link rel="stylesheet" href="boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
7<link rel="start" href="index.html" title="The Boost C++ Libraries">
8<link rel="up" href="date_time/doxy.html#id930814" title="Header &lt;boost/date_time/local_time_adjustor.hpp&gt;">
9<link rel="prev" href="utc_adjustment.html" title="Class template utc_adjustment">
10<link rel="next" href="static_local_time_adjustor.html" title="Class template static_local_time_adjustor">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%">
14<td valign="top"><img alt="boost.png (6897 bytes)" width="277" height="86" src="../../boost.png"></td>
15<td align="center"><a href="../../index.htm">Home</a></td>
16<td align="center"><a href="../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="../../people/people.htm">People</a></td>
18<td align="center"><a href="../../more/faq.htm">FAQ</a></td>
19<td align="center"><a href="../../more/index.htm">More</a></td>
20</table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="utc_adjustment.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="date_time/doxy.html#id930814"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="static_local_time_adjustor.html"><img src="images/next.png" alt="Next"></a>
24</div>
25<div class="refentry" lang="en">
26<a name="id732514"></a><div class="titlepage"></div>
27<div class="refnamediv">
28<h2><span class="refentrytitle">Class template dynamic_local_time_adjustor</span></h2>
29<p>boost::date_time::dynamic_local_time_adjustor &#8212; Allow sliding utc adjustment with fixed dst rules. </p>
30</div>
31<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
32<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="bold"><strong>template</strong></span>&lt;<span class="bold"><strong>typename</strong></span> time_type, <span class="bold"><strong>typename</strong></span> dst_rules&gt; 
33<span class="bold"><strong>class</strong></span> dynamic_local_time_adjustor {
34<span class="bold"><strong>public</strong></span>:
35  <span class="emphasis"><em>// types</em></span>
36  <span class="bold"><strong>typedef</strong></span> time_type::time_duration_type time_duration_type;
37  <span class="bold"><strong>typedef</strong></span> time_type::date_type          date_type;         
38
39  <span class="emphasis"><em>// <a href="id732514.html#id732514construct-copy-destruct">construct/copy/destruct</a></em></span>
40  <a href="id732514.html#id756243-bb">dynamic_local_time_adjustor</a>(time_duration_type);
41
42  <span class="emphasis"><em>// <a href="id732514.html#id902191-bb">public member functions</a></em></span>
43  <span class="type">time_duration_type</span> <a href="id732514.html#id728597-bb">utc_offset</a>(<span class="bold"><strong>bool</strong></span>) ;
44};</pre></div>
45<div class="refsect1" lang="en">
46<a name="id1036368"></a><h2>Description</h2>
47<div class="refsect2" lang="en">
48<a name="id1036371"></a><h3>
49<a name="id732514construct-copy-destruct"></a><code class="computeroutput">dynamic_local_time_adjustor</code> construct/copy/destruct</h3>
50<div class="orderedlist"><ol type="1"><li><pre class="literallayout"><a name="id756243-bb"></a>dynamic_local_time_adjustor(time_duration_type utc_offset);</pre></li></ol></div>
51</div>
52<div class="refsect2" lang="en">
53<a name="id1036398"></a><h3>
54<a name="id902191-bb"></a><code class="computeroutput">dynamic_local_time_adjustor</code> public member functions</h3>
55<div class="orderedlist"><ol type="1"><li><pre class="literallayout"><span class="type">time_duration_type</span> <a name="id728597-bb"></a>utc_offset(<span class="bold"><strong>bool</strong></span> is_dst) ;</pre></li></ol></div>
56</div>
57</div>
58</div>
59<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
60<td align="left"></td>
61<td align="right"><small>Copyright © 2001-2005 CrystalClear Software, Inc</small></td>
62</tr></table>
63<hr>
64<div class="spirit-nav">
65<a accesskey="p" href="utc_adjustment.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="date_time/doxy.html#id930814"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="static_local_time_adjustor.html"><img src="images/next.png" alt="Next"></a>
66</div>
67</body>
68</html>
Note: See TracBrowser for help on using the repository browser.