PlanAssignmentIntervalCreationInformation.Interval property
取得或設定用來測量所完成的工時量時幅除法。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property Interval As DateTime
Get
Set
'用途
Dim instance As PlanAssignmentIntervalCreationInformation
Dim value As DateTime
value = instance.Interval
instance.Interval = value
[RemoteAttribute]
public DateTime Interval { get; set; }
Property value
Type: System.DateTime
計劃工作分派的時間間隔。
備註
間隔的範例有小時數天、 週數和月份。
請參閱
參照
PlanAssignmentIntervalCreationInformation class