ElapsedMilliseconds Property (Timer)

Class

Timer.

Action

Gets the elapsed time of the timer in milliseconds.

Syntax

C#
public long ElapsedMilliseconds { get; }
VB
'Declaration
Public Read Property ElapsedMilliseconds As Long

Access

Read.