ProcessInfo.StartTime 속성

정의

프로세스가 시작된 시간을 가져옵니다.

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

속성 값

프로세스가 시작된 시간을 나타내는 DateTime입니다.

적용 대상