From 24af17846d14b290aa1d90e37e98c4cbe9e173e1 Mon Sep 17 00:00:00 2001 From: pravic Date: Tue, 12 Apr 2016 18:12:52 +0300 Subject: add winapi-km-rs docs --- doc/km/time/index.html | 143 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 doc/km/time/index.html (limited to 'doc/km/time/index.html') diff --git a/doc/km/time/index.html b/doc/km/time/index.html new file mode 100644 index 0000000..a9e4dc0 --- /dev/null +++ b/doc/km/time/index.html @@ -0,0 +1,143 @@ + + + + + + + + + + km::time - Rust + + + + + + + + + + + + + + + + + +
+

Module km::time + + [] + + [src]

+

NT Time routines.

+

Functions

+ + + + + + + + + + + + +
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 Definitions

+ + + + +
SYSTEMTIME +

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

+
+ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3