ProcessInfo.StartTime Propriedade
Definição
Obtém a hora em que o processo foi iniciado.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
Valor da propriedade
Um DateTime que indica a hora em que o processo foi iniciado.A DateTime that indicates the time at which the process started.