Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 6233d9843498773eadbb27fa7ac1e51f > files > 56

ocaml-calendar-devel-2.01.1-5.fc13.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="next" href="Time_sig.S.Period.html">
<link rel="Up" href="Time_sig.S.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="Utils" rel="Chapter" href="Utils.html">
<link title="Time_Zone" rel="Chapter" href="Time_Zone.html">
<link title="Period" rel="Chapter" href="Period.html">
<link title="Time_sig" rel="Chapter" href="Time_sig.html">
<link title="Time" rel="Chapter" href="Time.html">
<link title="Ftime" rel="Chapter" href="Ftime.html">
<link title="Date_sig" rel="Chapter" href="Date_sig.html">
<link title="Date" rel="Chapter" href="Date.html">
<link title="Calendar_sig" rel="Chapter" href="Calendar_sig.html">
<link title="Calendar_builder" rel="Chapter" href="Calendar_builder.html">
<link title="Calendar" rel="Chapter" href="Calendar.html">
<link title="Fcalendar" rel="Chapter" href="Fcalendar.html">
<link title="Printer" rel="Chapter" href="Printer.html">
<link title="Version" rel="Chapter" href="Version.html"><title>Time_sig.S.Second</title>
</head>
<body>
<div class="navbar">&nbsp;<a href="Time_sig.S.html">Up</a>
&nbsp;<a href="Time_sig.S.Period.html">Next</a>
</div>
<center><h1>Module <a href="type_Time_sig.S.Second.html">Time_sig.S.Second</a></h1></center>
<br>
<pre><span class="keyword">module</span> Second: <code class="type"><a href="Time_sig.Second.html">Time_sig.Second</a></code><code class="type">  with type t = second</code></pre>Second implementation<br>
<b>Since</b> 2.0<br>
<hr width="100%">
<pre><span class="keyword">type</span> <a name="TYPEt"></a><code class="type"></code>t </pre>
<div class="info">
Type of seconds.<br>
</div>

<pre><span class="keyword">val</span> <a name="VALfrom_int"></a>from_int : <code class="type">int -> <a href="Time_sig.Second.html#TYPEt">t</a></code></pre><div class="info">
Convert an integer to an equivalent number of seconds.<br>
</div>
<pre><span class="keyword">val</span> <a name="VALfrom_float"></a>from_float : <code class="type">float -> <a href="Time_sig.Second.html#TYPEt">t</a></code></pre><div class="info">
Convert a float to an equivalent number of seconds.<br>
</div>
<pre><span class="keyword">val</span> <a name="VALto_int"></a>to_int : <code class="type"><a href="Time_sig.Second.html#TYPEt">t</a> -> int</code></pre><div class="info">
Inverse of <code class="code">from_int</code>.<br>
</div>
<pre><span class="keyword">val</span> <a name="VALto_float"></a>to_float : <code class="type"><a href="Time_sig.Second.html#TYPEt">t</a> -> float</code></pre><div class="info">
Inverse of <code class="code">from_float</code>.<br>
</div>
</body></html>