Desktop Functions: Smart Device Functions:
|
GetSystemTimePreciseAsFileTime (kernel32)
C# Signature:
[DllImport("kernel32.dll", SetLastError=true)] VB Signature:
Declare Sub GetSystemTimePreciseAsFileTime Lib "kernel32.dll" (ByRef LPFILETIME lpSystemTimeAsFileTime) User-Defined Types:Alternative Managed API:The .Net Core CLR uses this API in the implementation of DateTime.UtcNow. To my knowledge the .NET Framework does not Notes:This function is best suited for high-resolution time-of-day measurements, or time stamps that are synchronized to UTC. For high-resolution interval measurements, use QueryPerformanceCounter or KeQueryPerformanceCounter. For more info about acquiring high-resolution time stamps, see Acquiring high-resolution time stamps. Minimum supported client Windows 8 [desktop apps | UWP apps] Minimum supported server Windows Server 2012 [desktop apps | UWP apps] Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|