PlanAssignmentIntervalCollection.GetByStart method

Gets a plan assignment interval from the collection of plan assignment intervals, with the specified start date.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function GetByStart ( _
    start As DateTime _
) As PlanAssignmentInterval
'Usage
Dim instance As PlanAssignmentIntervalCollection
Dim start As DateTime
Dim returnValue As PlanAssignmentInterval

returnValue = instance.GetByStart(start)
[RemoteAttribute]
public PlanAssignmentInterval GetByStart(
    DateTime start
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.PlanAssignmentInterval
A PlanAssignmentInterval object.

See also

Reference

PlanAssignmentIntervalCollection class

PlanAssignmentIntervalCollection members

Microsoft.ProjectServer.Client namespace