[DllImport("ntdll.dll", SetLastError = true)] public static extern void NtQuerySystemTime( out LARGE_INTEGER SystemTime );
Microsoft documentation: Link
Last updated 1 year ago