Właściwość ScheduleDefinition.EndDate
Pobiera lub ustawia datę zakończenia i czas harmonogramu.
Przestrzeń nazw: ReportService2005
Zestaw: ReportService2005 (w ReportService2005.dll)
Składnia
'Deklaracja
Public Property EndDate As DateTime
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.DateTime
A DateTime wartości.