StatusAssignmentCollection.GetTimePhase method
Reads the timephased data for assignments that are within the specified start date and end date.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function GetTimePhase ( _
start As DateTime, _
end As DateTime _
) As TimePhase
'Usage
Dim instance As StatusAssignmentCollection
Dim start As DateTime
Dim end As DateTime
Dim returnValue As TimePhase
returnValue = instance.GetTimePhase(start, _
end)
[RemoteAttribute]
public TimePhase GetTimePhase(
DateTime start,
DateTime end
)
Parameters
start
Type: System.DateTimeThe start date.
end
Type: System.DateTimeThe end date.
Return value
Type: Microsoft.ProjectServer.Client.TimePhase
The timephased data.
Remarks
The end date is calculated to the last minute of the specified date; that is, the end date goes to one minute before midnight.
See also
Reference
StatusAssignmentCollection class