ScheduleDefinition.EndDate Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public DateTime EndDate { get; set; }
public:
property DateTime EndDate {
    DateTime get();
    void set(DateTime value);
}
member EndDate : DateTime with get, set
Public Property EndDate As Date

Property Value

Type: System.DateTime

A DateTime value.

See Also

ScheduleDefinition Class
ReportService2005 Namespace

Return to top