ProcessInfo.StartTime Property

Definition

Gets the time at which the process started.

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

Property Value

A DateTime that indicates the time at which the process started.

Applies to