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


Свойство ScheduleDefinition.StartDateTime

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

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.dll)

Синтаксис

'Декларация
Public Property StartDateTime As DateTime 
    Get 
    Set
'Применение
Dim instance As ScheduleDefinition 
Dim value As DateTime 

value = instance.StartDateTime

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

Значение свойства

Тип: System.DateTime
A DateTime value.

См. также

Справочник

ScheduleDefinition Класс

Пространство имен ReportService2005