Skip to content

Commit

Permalink
Deploying to gh-pages from @ 670aa21 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Nov 28, 2023
1 parent 61abfb9 commit 14a4ceb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion timedesc/Timedesc/Interval/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
unit</span></code></div><div class="spec-doc"><p>Pretty printing for interval.</p><p>Default format string:</p><pre>[{syear} {smon:Xxx} {sday:0X} {shour:0X}:{smin:0X}:{ssec:0X}{ssec-frac:.} \
{stzoff-sign}{stzoff-hour:0X}:{stzoff-min:0X}:{stzoff-sec:0X}, {eyear} \
{emon:Xxx} {eday:0X} {ehour:0X}:{emin:0X}:{esec:0X}{esec-frac:.} \
{etzoff-sign}{etzoff-hour:0X}:{etzoff-min:0X}:{etzoff-sec:0X})</pre><p>Follows same format string rules as <code>Date_time.to_string</code>, but tags are prefixed with 's' for &quot;start time&quot;, and 'e' for &quot;end exc time&quot;, e.g. for interval <code>(x, y)</code></p><ul><li><code>{syear}</code> gives year of the <code>x</code></li><li><code>{ehour:cX}</code> gives hour of the <code>y</code></li></ul></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-to_string"><a href="#val-to_string" class="anchor"></a><code><span><span class="keyword">val</span> to_string : <span><span class="optlabel">?display_using_tz</span>:<a href="../Time_zone/index.html#type-t">Time_zone.t</a> <span class="arrow">&#45;&gt;</span></span> <span><span class="optlabel">?format</span>:string <span class="arrow">&#45;&gt;</span></span> <span><a href="#type-t">t</a> <span class="arrow">&#45;&gt;</span></span> string</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-pp_seq"><a href="#val-pp_seq" class="anchor"></a><code><span><span class="keyword">val</span> pp_seq :
{etzoff-sign}{etzoff-hour:0X}:{etzoff-min:0X}:{etzoff-sec:0X})</pre><p>Follows same format string rules as <a href="#val-pp"><code>pp</code></a>, but tags are prefixed with 's' for &quot;start time&quot;, and 'e' for &quot;end exc time&quot;, e.g. for interval <code>(x, y)</code></p><ul><li><code>{syear}</code> gives year of the <code>x</code></li><li><code>{ehour:cX}</code> gives hour of the <code>y</code></li></ul></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-to_string"><a href="#val-to_string" class="anchor"></a><code><span><span class="keyword">val</span> to_string : <span><span class="optlabel">?display_using_tz</span>:<a href="../Time_zone/index.html#type-t">Time_zone.t</a> <span class="arrow">&#45;&gt;</span></span> <span><span class="optlabel">?format</span>:string <span class="arrow">&#45;&gt;</span></span> <span><a href="#type-t">t</a> <span class="arrow">&#45;&gt;</span></span> string</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-pp_seq"><a href="#val-pp_seq" class="anchor"></a><code><span><span class="keyword">val</span> pp_seq :
<span><span class="optlabel">?display_using_tz</span>:<a href="../Time_zone/index.html#type-t">Time_zone.t</a> <span class="arrow">&#45;&gt;</span></span>
<span><span class="optlabel">?format</span>:string <span class="arrow">&#45;&gt;</span></span>
<span><span class="optlabel">?sep</span>:<span>(<span><span class="xref-unresolved">Stdlib</span>.Format.formatter <span class="arrow">&#45;&gt;</span></span> <span>unit <span class="arrow">&#45;&gt;</span></span> unit)</span> <span class="arrow">&#45;&gt;</span></span>
Expand Down
Loading

0 comments on commit 14a4ceb

Please sign in to comment.