共用方式為


Task.ScheduledStart property

取得的日期在任務上工作時排定開始進行它的計算方式根據相依性、 條件約束、 行事曆,和其他排程因素。

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'宣告
<RemoteAttribute> _
Public ReadOnly Property ScheduledStart As DateTime
    Get
'用途
Dim instance As Task
Dim value As DateTime

value = instance.ScheduledStart
[RemoteAttribute]
public DateTime ScheduledStart { get; }

Property value

Type: System.DateTime
工作排程在何時開始日期。

請參閱

參照

Task class

Task members

Microsoft.ProjectServer.Client namespace