1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<html><head>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Time_Zone" rel="Chapter" href="Time_Zone.html">
<link title="Period" rel="Chapter" href="Period.html">
<link title="Time" rel="Chapter" href="Time.html">
<link title="Date" rel="Chapter" href="Date.html">
<link title="Calendar" rel="Chapter" href="Calendar.html">
<link title="Printer" rel="Chapter" href="Printer.html"><title>Time_Zone</title>
</head>
<body>
<code class="code"><span class="keyword">sig</span><br>
<span class="keyword">type</span> t = <span class="constructor">UTC</span> <span class="keywordsign">|</span> <span class="constructor">Local</span> <span class="keywordsign">|</span> <span class="constructor">UTC_Plus</span> <span class="keyword">of</span> int<br>
<span class="keyword">val</span> current : unit <span class="keywordsign">-></span> <span class="constructor">Time_Zone</span>.t<br>
<span class="keyword">val</span> change : <span class="constructor">Time_Zone</span>.t <span class="keywordsign">-></span> unit<br>
<span class="keyword">val</span> gap : <span class="constructor">Time_Zone</span>.t <span class="keywordsign">-></span> <span class="constructor">Time_Zone</span>.t <span class="keywordsign">-></span> int<br>
<span class="keyword">val</span> from_gmt : unit <span class="keywordsign">-></span> int<br>
<span class="keyword">val</span> to_gmt : unit <span class="keywordsign">-></span> int<br>
<span class="keyword">end</span></code></body></html>
|