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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost/date_time/time_from_ftime.html b/doc/html/boost/date_time/time_from_ftime.html
index b39d07ad7b..13756485f7 100644
--- a/doc/html/boost/date_time/time_from_ftime.html
+++ b/doc/html/boost/date_time/time_from_ftime.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template time_from_ftime</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../date_time/doxy.html#header.boost.date_time.filetime_functions_hpp" title="Header &lt;boost/date_time/filetime_functions.hpp&gt;">
<link rel="prev" href="winapi/file_time_to_microseconds.html" title="Function template file_time_to_microseconds">
@@ -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="idp114098208"></a><h2>Description</h2>
+<a name="idm45928075049216"></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>