1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title><%GLibTimeType>: </title>
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.2">
- <link rel="home" href="index.html" title="">
- <link rel="up" href="ch01.html" title="GLib">
- <link rel="prev" href="re67.html" title="<%GLibThreadError>">
- <link rel="next" href="re69.html" title="<GTimeZone>">
- <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
- <link rel="stylesheet" href="style.css" type="text/css">
- </head>
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
- <td width="100%" align="left" class="shortcuts"></td>
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
- <td><a accesskey="p" href="re67.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
- <td><a accesskey="n" href="re69.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
- </tr></table>
- <div class="refentry">
- <a name="id-1.1.69"></a><div class="titlepage"></div>
- <div class="refnamediv">
- <h2><%GLibTimeType></h2>
- <p><%GLibTimeType></p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.69.2"></a><h2>Description</h2>
- <p>Disambiguates a given time in two ways.
- </p>
- <p>First, specifies if the given time is in universal or local time.
- </p>
- <p>Second, if the time is in local time, specifies if it is local
- standard time or local daylight time. This is important for the case
- where the same local time occurs twice (during daylight savings time
- transitions, for example).</p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.69.3"></a><h2>Members</h2>
- <div class="refsect2">
- <a name="id-1.1.69.3.2"></a><h3>standard</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_TIME_TYPE_STANDARD</code></span></em></p>
- <p>the time is in local standard time</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.69.3.3"></a><h3>daylight</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_TIME_TYPE_DAYLIGHT</code></span></em></p>
- <p>the time is in local daylight time</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.69.3.4"></a><h3>universal</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_TIME_TYPE_UNIVERSAL</code></span></em></p>
- <p>the time is in UTC</p>
- </div>
- </div>
- </div>
- <div class="footer">
- <hr>Generated by GTK-Doc V1.33.1</div>
- </body>
- </html>
|