Click or drag to resize
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: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static ulong GetTickCount()

Return Value

Type: UInt64
Number of ms since Windows started
See Also