summaryrefslogtreecommitdiff
path: root/doc/html/boost/date_time/time_from_ftime.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/date_time/time_from_ftime.html')
-rw-r--r--doc/html/boost/date_time/time_from_ftime.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/date_time/time_from_ftime.html b/doc/html/boost/date_time/time_from_ftime.html
index 13756485f7..d9331635d3 100644
--- a/doc/html/boost/date_time/time_from_ftime.html
+++ b/doc/html/boost/date_time/time_from_ftime.html
@@ -36,7 +36,7 @@
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> TimeT<span class="special">,</span> <span class="keyword">typename</span> FileTimeT<span class="special">&gt;</span>
<span class="identifier">TimeT</span> <span class="identifier">time_from_ftime</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">FileTimeT</span> <span class="special">&amp;</span> ft<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idm45928075049216"></a><h2>Description</h2>
+<a name="idp317826512"></a><h2>Description</h2>
<p>Create a time object from an initialized FILETIME struct. A FILETIME struct holds 100-nanosecond units (0.0000001). When built with microsecond resolution the file_time's sub second value will be truncated. Nanosecond resolution has no truncation.</p>
<div class="note"><table border="0" summary="Note">
<tr>