From 68a4e446d3a571d7e516ab4d457fb27220936b69 Mon Sep 17 00:00:00 2001 From: pravic Date: Thu, 14 Apr 2016 00:37:38 +0300 Subject: update docs --- doc/km/time/fn.ExSystemTimeToLocalTime.html | 4 ++-- doc/km/time/fn.QuerySystemTime.html | 4 ++-- doc/km/time/fn.QueryTickCount.html | 2 +- doc/km/time/index.html | 10 +--------- doc/km/time/sidebar-items.js | 2 +- 5 files changed, 7 insertions(+), 15 deletions(-) (limited to 'doc/km/time') 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 @@ [] - [src] -
pub unsafe extern "system" fn ExSystemTimeToLocalTime(SystemTime: *const SYSTEMTIME, LocalTime: *mut SYSTEMTIME)

Converts a GMT system time value to the local system time for the current time zone.

+ [src] +
pub unsafe extern "system" fn ExSystemTimeToLocalTime(SystemTime: *const SYSTEMTIME, LocalTime: *mut SYSTEMTIME)

Converts a GMT system time value to the local system time for the current time zone.

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 @@ [] - [src] -
pub fn QuerySystemTime() -> SYSTEMTIME

Obtains the current system time.

+ [src] +
pub fn QuerySystemTime() -> SYSTEMTIME

Obtains the current system time.

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 @@ [] - [src] + [src]
pub fn QueryTickCount() -> i64

A count of the interval timer interrupts that have occurred since the system was booted.

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 @@ [] - [src] + [src]

NT Time routines.

Functions

@@ -71,14 +71,6 @@ -

A count of the interval timer interrupts that have occurred since the system was booted.

Type Definitions

- - - -
SYSTEMTIME -

System time is a count of 100-nanosecond intervals since January 1, 1601.

-
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 -- cgit v1.2.3