ProjectEngagement.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 ProjectEngagementTimephasedCollection
'Usage
Dim instance As ProjectEngagement
Dim start As DateTime
Dim end As DateTime
Dim timescale As TimeScale
Dim contourType As EngagementContourType
Dim returnValue As ProjectEngagementTimephasedCollection
returnValue = instance.GetTimephased(start, _
end, timescale, contourType)
public ProjectEngagementTimephasedCollection 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.ProjectEngagementTimephasedCollection