Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / boost / date_time / winapi / file_time_to_microseconds.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5 <title>Function template file_time_to_microseconds</title>
6 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
7 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
8 <link rel="home" href="../../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
9 <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;">
10 <link rel="prev" href="lpFileTime.html" title="Global lpFileTime">
11 <link rel="next" href="../time_from_ftime.html" title="Function template time_from_ftime">
12 </head>
13 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14 <table cellpadding="2" width="100%"><tr>
15 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
16 <td align="center"><a href="../../../../../index.html">Home</a></td>
17 <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
18 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
19 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
20 <td align="center"><a href="../../../../../more/index.htm">More</a></td>
21 </tr></table>
22 <hr>
23 <div class="spirit-nav">
24 <a accesskey="p" href="lpFileTime.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../date_time/doxy.html#header.boost.date_time.filetime_functions_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../time_from_ftime.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
25 </div>
26 <div class="refentry">
27 <a name="boost.date_time.winapi.file_time_to_microseconds"></a><div class="titlepage"></div>
28 <div class="refnamediv">
29 <h2><span class="refentrytitle">Function template file_time_to_microseconds</span></h2>
30 <p>boost::date_time::winapi::file_time_to_microseconds</p>
31 </div>
32 <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
33 <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../../date_time/doxy.html#header.boost.date_time.filetime_functions_hpp" title="Header &lt;boost/date_time/filetime_functions.hpp&gt;">boost/date_time/filetime_functions.hpp</a>&gt;
34
35 </span>
36 <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> FileTimeT<span class="special">&gt;</span> 
37   <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uint64_t</span> <span class="identifier">file_time_to_microseconds</span><span class="special">(</span><span class="identifier">FileTimeT</span> <span class="keyword">const</span> <span class="special">&amp;</span> ft<span class="special">)</span><span class="special">;</span></pre></div>
38 <div class="refsect1">
39 <a name="idp222932496"></a><h2>Description</h2>
40 <p>The function converts file_time into number of microseconds elapsed since 1970-Jan-01</p>
41 <div class="note"><table border="0" summary="Note">
42 <tr>
43 <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../doc/src/images/note.png"></td>
44 <th align="left">Note</th>
45 </tr>
46 <tr><td align="left" valign="top">
47 <p>Only dates after 1970-Jan-01 are supported. Dates before will be wrapped.</p>
48 <p>The function is templated on the <code class="computeroutput"><a class="link" href="FILETIME.html" title="Struct FILETIME">FILETIME</a></code> type, so that it can be used with both native <code class="computeroutput"><a class="link" href="FILETIME.html" title="Struct FILETIME">FILETIME</a></code> and the ad-hoc boost::date_time::winapi::file_time type. </p>
49 </td></tr>
50 </table></div>
51 <p>
52 </p>
53 </div>
54 </div>
55 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
56 <td align="left"></td>
57 <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2005 CrystalClear Software, Inc<p>Subject to the Boost Software License, Version 1.0. (See accompanying file
58     <code class="filename">LICENSE_1_0.txt</code> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
59 </div></td>
60 </tr></table>
61 <hr>
62 <div class="spirit-nav">
63 <a accesskey="p" href="lpFileTime.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../date_time/doxy.html#header.boost.date_time.filetime_functions_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../time_from_ftime.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
64 </div>
65 </body>
66 </html>