Поделиться через


Свойство 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