ProcessDiagnosticInfo.ProcessStartTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.