ProcessInfo.Age Property

Definition

Gets the length of time the process has been running.

public:
 property TimeSpan Age { TimeSpan get(); };
public TimeSpan Age { get; }
member this.Age : TimeSpan
Public ReadOnly Property Age As TimeSpan

Property Value

A TimeSpan that indicates the time elapsed since the process started.

Applies to