次の方法で共有


ResourceEngagement.GetTimephased method

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

Syntax

'Declaration
Public Function GetTimephased ( _
    start As DateTime, _
    end As DateTime, _
    timescale As TimeScale, _
    contourType As EngagementContourType _
) As ResourceEngagementTimephasedCollection
'Usage
Dim instance As ResourceEngagement
Dim start As DateTime
Dim end As DateTime
Dim timescale As TimeScale
Dim contourType As EngagementContourType
Dim returnValue As ResourceEngagementTimephasedCollection

returnValue = instance.GetTimephased(start, _
    end, timescale, contourType)
public ResourceEngagementTimephasedCollection GetTimephased(
    DateTime start,
    DateTime end,
    TimeScale timescale,
    EngagementContourType contourType
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.ResourceEngagementTimephasedCollection

See also

Reference

ResourceEngagement class

ResourceEngagement members

Microsoft.ProjectServer.Client namespace