ResourceEngagementTimephasedCollection.GetByStart method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Function GetByStart ( _
date As DateTime _
) As ResourceEngagementTimephasedPeriod
'Usage
Dim instance As ResourceEngagementTimephasedCollection
Dim date As DateTime
Dim returnValue As ResourceEngagementTimephasedPeriod
returnValue = instance.GetByStart(date)
public ResourceEngagementTimephasedPeriod GetByStart(
DateTime date
)
Parameters
- date
Type: System.DateTime
Return value
Type: Microsoft.ProjectServer.Client.ResourceEngagementTimephasedPeriod
See also
Reference
ResourceEngagementTimephasedCollection class