Share via


ScheduleDefinition.EndDate 속성

Gets or sets the end date and time of a schedule.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.dll)

구문

‘선언
Public Property EndDate As DateTime 
    Get 
    Set
‘사용 방법
Dim instance As ScheduleDefinition 
Dim value As DateTime 

value = instance.EndDate

instance.EndDate = value
public DateTime EndDate { get; set; }
public:
property DateTime EndDate {
    DateTime get ();
    void set (DateTime value);
}
member EndDate : DateTime with get, set
function get EndDate () : DateTime 
function set EndDate (value : DateTime)

속성 값

유형: System.DateTime
A System.DateTime value that contains the end date and time of the schedule.

주의

The value for the EndDate property has a corresponding EndDateSpecified property that indicates whether this property should be omitted from the Web service call.

For more information about omitting properties, see 선택적 웹 서비스 개체에 대한 값 생략.

참고 항목

참조

ScheduleDefinition 클래스

ReportService2006 네임스페이스