PlanAssignmentInterval.DurationTimeSpan 属性

获取或设置以时间为单位的计划分配间隔,时间长度。

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
<RemoteAttribute> _
Public Property DurationTimeSpan As TimeSpan
    Get
    Set
用法
Dim instance As PlanAssignmentInterval
Dim value As TimeSpan

value = instance.DurationTimeSpan

instance.DurationTimeSpan = value
[RemoteAttribute]
public TimeSpan DurationTimeSpan { get; set; }

属性值

类型:System.TimeSpan
间隔的持续时间。

备注

时间单位可以包含分钟、 小时、 日和时间的其他较小和较大的可衡量金额。

另请参阅

引用

PlanAssignmentInterval 类

PlanAssignmentInterval 成员

Microsoft.ProjectServer.Client 命名空间