Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 3866615ed9f87500bac83f78574eecc8 > files > 127

js-of-ocaml-doc-1.2-2.fc18.noarch.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="previous" href="Js.number-c.html">
<link rel="next" href="Js.date_constr-c.html">
<link rel="Up" href="Js.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 class methods" rel=Appendix href="index_methods.html">
<link title="Index of class types" rel=Appendix href="index_class_types.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="CSS" rel="Chapter" href="CSS.html">
<link title="Dom" rel="Chapter" href="Dom.html">
<link title="Dom_events" rel="Chapter" href="Dom_events.html">
<link title="Dom_html" rel="Chapter" href="Dom_html.html">
<link title="Event_arrows" rel="Chapter" href="Event_arrows.html">
<link title="File" rel="Chapter" href="File.html">
<link title="Firebug" rel="Chapter" href="Firebug.html">
<link title="Form" rel="Chapter" href="Form.html">
<link title="Js" rel="Chapter" href="Js.html">
<link title="Json" rel="Chapter" href="Json.html">
<link title="Lwt_js" rel="Chapter" href="Lwt_js.html">
<link title="Lwt_js_events" rel="Chapter" href="Lwt_js_events.html">
<link title="Regexp" rel="Chapter" href="Regexp.html">
<link title="Typed_array" rel="Chapter" href="Typed_array.html">
<link title="Url" rel="Chapter" href="Url.html">
<link title="WebGL" rel="Chapter" href="WebGL.html">
<link title="XmlHttpRequest" rel="Chapter" href="XmlHttpRequest.html"><title>Js.date</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Js.number-c.html" title="Js.number">Previous</a>
&nbsp;<a class="up" href="Js.html" title="Js">Up</a>
&nbsp;<a class="post" href="Js.date_constr-c.html" title="Js.date_constr">Next</a>
</div>
<h1>Class type <a href="type_Js.date.html">Js.date</a></h1>
<pre><span id="TYPEdate"><span class="keyword">class type</span> date</span> = <code class="code">object</code> <a href="Js.date-c.html">..</a> <code class="code">end</code></pre><div class="info">
Specification of Javascript date objects.<br>
</div>
<hr width="100%">
<pre><span id="METHODtoString"><span class="keyword">method</span> toString</span> : <code class="type"><a href="Js.js_string-c.html">js_string</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODtoDateString"><span class="keyword">method</span> toDateString</span> : <code class="type"><a href="Js.js_string-c.html">js_string</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODtoTimeString"><span class="keyword">method</span> toTimeString</span> : <code class="type"><a href="Js.js_string-c.html">js_string</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODtoLocaleString"><span class="keyword">method</span> toLocaleString</span> : <code class="type"><a href="Js.js_string-c.html">js_string</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODtoLocaleDateString"><span class="keyword">method</span> toLocaleDateString</span> : <code class="type"><a href="Js.js_string-c.html">js_string</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODtoLocaleTimeString"><span class="keyword">method</span> toLocaleTimeString</span> : <code class="type"><a href="Js.js_string-c.html">js_string</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODvalueOf"><span class="keyword">method</span> valueOf</span> : <code class="type">float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetTime"><span class="keyword">method</span> getTime</span> : <code class="type">float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetFullYear"><span class="keyword">method</span> getFullYear</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetUTCFullYear"><span class="keyword">method</span> getUTCFullYear</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetMonth"><span class="keyword">method</span> getMonth</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetUTCMonth"><span class="keyword">method</span> getUTCMonth</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetDate"><span class="keyword">method</span> getDate</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetUTCDate"><span class="keyword">method</span> getUTCDate</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetDay"><span class="keyword">method</span> getDay</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetUTCDay"><span class="keyword">method</span> getUTCDay</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetHours"><span class="keyword">method</span> getHours</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetUTCHours"><span class="keyword">method</span> getUTCHours</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetMinutes"><span class="keyword">method</span> getMinutes</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetUTCMinutes"><span class="keyword">method</span> getUTCMinutes</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetSeconds"><span class="keyword">method</span> getSeconds</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetUTCSeconds"><span class="keyword">method</span> getUTCSeconds</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetMilliseconds"><span class="keyword">method</span> getMilliseconds</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetUTCMilliseconds"><span class="keyword">method</span> getUTCMilliseconds</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODgetTimezoneOffset"><span class="keyword">method</span> getTimezoneOffset</span> : <code class="type">int <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetTime"><span class="keyword">method</span> setTime</span> : <code class="type">float -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetFullYear"><span class="keyword">method</span> setFullYear</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetUTCFullYear"><span class="keyword">method</span> setUTCFullYear</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetMonth"><span class="keyword">method</span> setMonth</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetUTCMonth"><span class="keyword">method</span> setUTCMonth</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetDate"><span class="keyword">method</span> setDate</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetUTCDate"><span class="keyword">method</span> setUTCDate</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetDay"><span class="keyword">method</span> setDay</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetUTCDay"><span class="keyword">method</span> setUTCDay</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetHours"><span class="keyword">method</span> setHours</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetUTCHours"><span class="keyword">method</span> setUTCHours</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetMinutes"><span class="keyword">method</span> setMinutes</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetUTCMinutes"><span class="keyword">method</span> setUTCMinutes</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetSeconds"><span class="keyword">method</span> setSeconds</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetUTCSeconds"><span class="keyword">method</span> setUTCSeconds</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetMilliseconds"><span class="keyword">method</span> setMilliseconds</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODsetUTCMilliseconds"><span class="keyword">method</span> setUTCMilliseconds</span> : <code class="type">int -> float <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODtoUTCString"><span class="keyword">method</span> toUTCString</span> : <code class="type"><a href="Js.js_string-c.html">js_string</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODtoISOString"><span class="keyword">method</span> toISOString</span> : <code class="type"><a href="Js.js_string-c.html">js_string</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre><pre><span id="METHODtoJSON"><span class="keyword">method</span> toJSON</span> : <code class="type">'a. 'a -> <a href="Js.js_string-c.html">js_string</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre></body></html>