共用方式為


ScheduleDefinition.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.

請參閱

參考

ScheduleDefinition 類別

ReportService2006 命名空間