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
- start
Type: System.DateTime
- end
Type: System.DateTime
- timescale
Type: Microsoft.ProjectServer.Client.TimeScale
- contourType
Type: Microsoft.ProjectServer.Client.EngagementContourType
Return value
Type: Microsoft.ProjectServer.Client.ResourceEngagementTimephasedCollection