Share via


PlanAssignmentIntervalCollection.GetByStart method

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

Syntax

'Declaration
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)
public PlanAssignmentInterval GetByStart(
    DateTime start
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.PlanAssignmentInterval

See also

Reference

PlanAssignmentIntervalCollection class

PlanAssignmentIntervalCollection members

Microsoft.ProjectServer.Client namespace