re68.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>&lt;%GLibTimeType&gt;: </title>
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.2">
  7. <link rel="home" href="index.html" title="">
  8. <link rel="up" href="ch01.html" title="GLib">
  9. <link rel="prev" href="re67.html" title="&lt;%GLibThreadError&gt;">
  10. <link rel="next" href="re69.html" title="&lt;GTimeZone&gt;">
  11. <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
  12. <link rel="stylesheet" href="style.css" type="text/css">
  13. </head>
  14. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  15. <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
  16. <td width="100%" align="left" class="shortcuts"></td>
  17. <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
  18. <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
  19. <td><a accesskey="p" href="re67.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
  20. <td><a accesskey="n" href="re69.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
  21. </tr></table>
  22. <div class="refentry">
  23. <a name="id-1.1.69"></a><div class="titlepage"></div>
  24. <div class="refnamediv">
  25. <h2>&lt;%GLibTimeType&gt;</h2>
  26. <p>&lt;%GLibTimeType&gt;</p>
  27. </div>
  28. <div class="refsect1">
  29. <a name="id-1.1.69.2"></a><h2>Description</h2>
  30. <p>Disambiguates a given time in two ways.
  31. </p>
  32. <p>First, specifies if the given time is in universal or local time.
  33. </p>
  34. <p>Second, if the time is in local time, specifies if it is local
  35. standard time or local daylight time. This is important for the case
  36. where the same local time occurs twice (during daylight savings time
  37. transitions, for example).</p>
  38. </div>
  39. <div class="refsect1">
  40. <a name="id-1.1.69.3"></a><h2>Members</h2>
  41. <div class="refsect2">
  42. <a name="id-1.1.69.3.2"></a><h3>standard</h3>
  43. <p class="remark"><em><span class="remark">alias <code class="code">G_TIME_TYPE_STANDARD</code></span></em></p>
  44. <p>the time is in local standard time</p>
  45. </div>
  46. <div class="refsect2">
  47. <a name="id-1.1.69.3.3"></a><h3>daylight</h3>
  48. <p class="remark"><em><span class="remark">alias <code class="code">G_TIME_TYPE_DAYLIGHT</code></span></em></p>
  49. <p>the time is in local daylight time</p>
  50. </div>
  51. <div class="refsect2">
  52. <a name="id-1.1.69.3.4"></a><h3>universal</h3>
  53. <p class="remark"><em><span class="remark">alias <code class="code">G_TIME_TYPE_UNIVERSAL</code></span></em></p>
  54. <p>the time is in UTC</p>
  55. </div>
  56. </div>
  57. </div>
  58. <div class="footer">
  59. <hr>Generated by GTK-Doc V1.33.1</div>
  60. </body>
  61. </html>