Elapsed Property (Timer)

Class

Timer.

Action

Gets the elapsed time of the timer.

Syntax

C#
public TimeSpan Elapsed { get; }
VB
'Declaration
Public Read Property Elapsed As TimeSpan

Access

Read.