Click or drag to resize
EnvironmentTickCount Property
Gets the number of milliseconds elapsed since the system started.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static int TickCount { get; }

Return Value

Type: Int32
A 32-bit signed integer containing the amount of time in milliseconds that has passed since the last time the computer was started.
See Also