UtilitiesGetTickCount Method |
Get a TickCount (milliseconds since system start) as an unsigned 64bit value. On Vista+, uses the GetTickCount64 API that won't rollover,
but on XP, this unsigned wrapper moves the rollover point to 49 days of uptime.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static ulong GetTickCount()
Public Shared Function GetTickCount As ULong
public:
static unsigned long long GetTickCount()
Return Value
Type:
UInt64Number of ms since Windows started
See Also