Свойство StartDateTime
Gets or sets the start date and time of a schedule.
Пространство имен: ReportService2006
Сборка: ReportService2006 (в ReportService2006.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 System..::..DateTime value that contains the start date and time of the schedule.