Kernel32GetTickCount64 Method
Retrieves the number of milliseconds that have elapsed since the system was started.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("Kernel32.dll", ExactSpelling = true)]
public static ulong GetTickCount64()
<DllImportAttribute("Kernel32.dll", ExactSpelling := true>]
Public Shared Function GetTickCount64 As ULong
Dim returnValue As ULong
returnValue = Kernel32.GetTickCount64()
public:
[DllImportAttribute(L"Kernel32.dll", ExactSpelling = true)]
static unsigned long long GetTickCount64()
[<DllImportAttribute("Kernel32.dll", ExactSpelling = true)>]
static member GetTickCount64 : unit -> uint64
No code example is currently available or this language may not be supported.
Return Value
UInt64
The number of milliseconds that have elapsed since the system was started.