EnvironmentTickCount Property |
Gets the number of milliseconds elapsed since the system started.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static int TickCount { get; }
Return Value
Type:
Int32A 32-bit signed integer containing the amount of time in milliseconds that has passed since the last time the computer was started.
See Also