diff options
| author | pravic <[email protected]> | 2016-04-14 00:37:38 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-14 00:37:38 +0300 |
| commit | 68a4e446d3a571d7e516ab4d457fb27220936b69 (patch) | |
| tree | 290aa97990b3f60cd99106340fb85281155283ad /doc/km/time | |
| parent | add winapi-km-rs docs (diff) | |
| download | winapi-kmd-rs-68a4e446d3a571d7e516ab4d457fb27220936b69.tar.xz winapi-kmd-rs-68a4e446d3a571d7e516ab4d457fb27220936b69.zip | |
update docs
Diffstat (limited to 'doc/km/time')
| -rw-r--r-- | doc/km/time/fn.ExSystemTimeToLocalTime.html | 4 | ||||
| -rw-r--r-- | doc/km/time/fn.QuerySystemTime.html | 4 | ||||
| -rw-r--r-- | doc/km/time/fn.QueryTickCount.html | 2 | ||||
| -rw-r--r-- | doc/km/time/index.html | 10 | ||||
| -rw-r--r-- | doc/km/time/sidebar-items.js | 2 |
5 files changed, 7 insertions, 15 deletions
diff --git a/doc/km/time/fn.ExSystemTimeToLocalTime.html b/doc/km/time/fn.ExSystemTimeToLocalTime.html index 002b77d..b6c76ee 100644 --- a/doc/km/time/fn.ExSystemTimeToLocalTime.html +++ b/doc/km/time/fn.ExSystemTimeToLocalTime.html @@ -47,8 +47,8 @@ <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>−</span>] </a> - </span><a id='src-636' class='srclink' href='../../src/km/time.rs.html#11' title='goto source code'>[src]</a></span></h1> -<pre class='rust fn'>pub unsafe extern "system" fn ExSystemTimeToLocalTime(SystemTime: *const <a class='type' href='../../km/time/type.SYSTEMTIME.html' title='km::time::SYSTEMTIME'>SYSTEMTIME</a>, LocalTime: *mut <a class='type' href='../../km/time/type.SYSTEMTIME.html' title='km::time::SYSTEMTIME'>SYSTEMTIME</a>)</pre><div class='docblock'><p>Converts a GMT system time value to the local system time for the current time zone.</p> + </span><a id='src-706' class='srclink' href='../../src/km/time.rs.html#20' title='goto source code'>[src]</a></span></h1> +<pre class='rust fn'>pub unsafe extern "system" fn ExSystemTimeToLocalTime(SystemTime: *const <a class='type' href='../../km/shared/type.SYSTEMTIME.html' title='km::shared::SYSTEMTIME'>SYSTEMTIME</a>, LocalTime: *mut <a class='type' href='../../km/shared/type.SYSTEMTIME.html' title='km::shared::SYSTEMTIME'>SYSTEMTIME</a>)</pre><div class='docblock'><p>Converts a GMT system time value to the local system time for the current time zone.</p> </div></section> <section id='search' class="content hidden"></section> diff --git a/doc/km/time/fn.QuerySystemTime.html b/doc/km/time/fn.QuerySystemTime.html index 8eacb2e..8a8f052 100644 --- a/doc/km/time/fn.QuerySystemTime.html +++ b/doc/km/time/fn.QuerySystemTime.html @@ -47,8 +47,8 @@ <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>−</span>] </a> - </span><a id='src-639' class='srclink' href='../../src/km/time.rs.html#15-19' title='goto source code'>[src]</a></span></h1> -<pre class='rust fn'>pub fn QuerySystemTime() -> <a class='type' href='../../km/time/type.SYSTEMTIME.html' title='km::time::SYSTEMTIME'>SYSTEMTIME</a></pre><div class='docblock'><p>Obtains the current system time.</p> + </span><a id='src-709' class='srclink' href='../../src/km/time.rs.html#26-30' title='goto source code'>[src]</a></span></h1> +<pre class='rust fn'>pub fn QuerySystemTime() -> <a class='type' href='../../km/shared/type.SYSTEMTIME.html' title='km::shared::SYSTEMTIME'>SYSTEMTIME</a></pre><div class='docblock'><p>Obtains the current system time.</p> </div></section> <section id='search' class="content hidden"></section> diff --git a/doc/km/time/fn.QueryTickCount.html b/doc/km/time/fn.QueryTickCount.html index f193713..f0a3989 100644 --- a/doc/km/time/fn.QueryTickCount.html +++ b/doc/km/time/fn.QueryTickCount.html @@ -47,7 +47,7 @@ <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>−</span>] </a> - </span><a id='src-641' class='srclink' href='../../src/km/time.rs.html#22-26' title='goto source code'>[src]</a></span></h1> + </span><a id='src-711' class='srclink' href='../../src/km/time.rs.html#42-46' title='goto source code'>[src]</a></span></h1> <pre class='rust fn'>pub fn QueryTickCount() -> i64</pre><div class='docblock'><p>A count of the interval timer interrupts that have occurred since the system was booted.</p> </div></section> <section id='search' class="content hidden"></section> diff --git a/doc/km/time/index.html b/doc/km/time/index.html index a9e4dc0..2e75f91 100644 --- a/doc/km/time/index.html +++ b/doc/km/time/index.html @@ -47,7 +47,7 @@ <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>−</span>] </a> - </span><a id='src-628' class='srclink' href='../../src/km/time.rs.html#1-26' title='goto source code'>[src]</a></span></h1> + </span><a id='src-698' class='srclink' href='../../src/km/time.rs.html#1-54' title='goto source code'>[src]</a></span></h1> <div class='docblock'><p>NT Time routines.</p> </div><h2 id='functions' class='section-header'><a href="#functions">Functions</a></h2> <table> @@ -71,14 +71,6 @@ <td class='docblock short'> <p>A count of the interval timer interrupts that have occurred since the system was booted.</p> </td> - </tr></table><h2 id='types' class='section-header'><a href="#types">Type Definitions</a></h2> -<table> - <tr class=' module-item'> - <td><a class='type' href='type.SYSTEMTIME.html' - title='km::time::SYSTEMTIME'>SYSTEMTIME</a></td> - <td class='docblock short'> - <p>System time is a count of 100-nanosecond intervals since January 1, 1601.</p> - </td> </tr></table></section> <section id='search' class="content hidden"></section> diff --git a/doc/km/time/sidebar-items.js b/doc/km/time/sidebar-items.js index 2dc6ba1..f8df114 100644 --- a/doc/km/time/sidebar-items.js +++ b/doc/km/time/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["ExSystemTimeToLocalTime","Converts a GMT system time value to the local system time for the current time zone."],["QuerySystemTime","Obtains the current system time."],["QueryTickCount","A count of the interval timer interrupts that have occurred since the system was booted."]],"type":[["SYSTEMTIME","System time is a count of 100-nanosecond intervals since January 1, 1601."]]});
\ No newline at end of file +initSidebarItems({"fn":[["ExSystemTimeToLocalTime","Converts a GMT system time value to the local system time for the current time zone."],["QuerySystemTime","Obtains the current system time."],["QueryTickCount","A count of the interval timer interrupts that have occurred since the system was booted."]]});
\ No newline at end of file |