Proprietà ScheduleDefinition.StartDateTime

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

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Property StartDateTime As DateTime 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.DateTime
A DateTime value.

Vedere anche

Riferimento

ScheduleDefinition Classe

Spazio dei nomi ReportService2005