Share via


ProcessDiagnosticInfo.ProcessStartTime Property

Definition

Gets the time the process was started.

public:
 property DateTime ProcessStartTime { DateTime get(); };
DateTime ProcessStartTime();
public System.DateTimeOffset ProcessStartTime { get; }
var dateTime = processDiagnosticInfo.processStartTime;
Public ReadOnly Property ProcessStartTime As DateTimeOffset

Property Value

The time the process was started.

Applies to