Kernel32GetSystemTimePreciseAsFileTime(Int64) Method

Retrieves the current system date and time with the highest possible level of precision (<1us).

The retrieved information is in Coordinated Universal Time (UTC) format.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("Kernel32.dll")]
public static void GetSystemTimePreciseAsFileTime(
	ref long refFiletime
)

Parameters

refFiletime  Int64
A pointer to a FILETIME structure that contains the current system date and time in UTC format.

Remarks

See Also