Share via


ProjectEngagementTimephasedCollection class

inherits members from ClientObjectCollection

Syntax

CSOM

class ProjectEngagementTimephasedCollection 

JSOM

PS.ProjectEngagementTimephasedCollection

REST Interface

Supported.

PS.ProjectEngagementTimephasedCollection

http://contoso.sharepoint.com/sites/pwa/api/ProjectServer/Projects('{projectid}')/Engagements('{engagementid}')/GetTimephasedByUrl(start='{yyyy-MM-dd}',end='{yyyy-MM-dd}',scale='{timescale}',contourType='{contourType}')

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
[Integer] ProjectEngagementTimephasedPeriod Gets a ProjectEngagementTimephasedPeriod from the collection at the specified index.
Item ProjectEngagementTimephasedPeriod Gets a ProjectEngagementTimephasedPeriod from the collection at the specified index.

Methods

Name .NET JSOM REST Return Type Description
GetByStart(DateTime date) ProjectEngagementTimephasedPeriod
GetByStartUrl(String date) ProjectEngagementTimephasedPeriod

#### Method Details

GetByStart(DateTime date)

Syntax
ProjectEngagementTimephasedPeriod GetByStart(DateTime date)
Parameters
Name Type Description
date DateTime
Return Value

ProjectEngagementTimephasedPeriod

GetByStartUrl(String date)

Syntax
ProjectEngagementTimephasedPeriod GetByStartUrl(String date)
Parameters
Name Type Description
date String
Return Value

ProjectEngagementTimephasedPeriod

See Also

ProjectEngagement
ProjectEngagementTimephasedPeriod