다음을 통해 공유


AlertSchedule.StartDate 속성

정의

일정 실행이 시작되는 날짜 및 시간을 가져오거나 설정합니다.

public:
 property DateTime StartDate { DateTime get(); void set(DateTime value); };
[System.Runtime.Serialization.DataMember]
public DateTime StartDate { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.StartDate : DateTime with get, set
Public Property StartDate As DateTime

속성 값

DateTime

일정 실행이 시작되는 날짜 및 시간입니다.

특성

적용 대상