Job.StartDateTime 속성

정의

작업이 시작된 날짜와 시간입니다.

public:
 property DateTime StartDateTime { DateTime get(); void set(DateTime value); };
public DateTime StartDateTime { get; set; }
member this.StartDateTime : DateTime with get, set
Public Property StartDateTime As DateTime

속성 값

읽기 전용 DateTime 개체입니다.

적용 대상