ResourceEngagementTimephasedCollection class
inherits members from ClientObjectCollection
Syntax
CSOM
class ResourceEngagementTimephasedCollection
JSOM
PS.ResourceEngagementTimephasedCollection
REST Interface
Supported.
PS.ResourceEngagementTimephasedCollection
http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/EnterpriseResources('{resourceid}')/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] | ✓ | ResourceEngagementTimephasedPeriod | Gets a ResourceEngagementTimephasedPeriod from the collection at the specified index. | ||
Item | ✓ | ResourceEngagementTimephasedPeriod | Gets a ResourceEngagementTimephasedPeriod from the collection at the specified index. |
Methods
Name | .NET | JSOM | REST | Return Type | Description |
---|---|---|---|---|---|
GetByStart(DateTime date) | ✓ | ✓ | ResourceEngagementTimephasedPeriod | ||
GetByStartUrl(String date) | ✓ | ResourceEngagementTimephasedPeriod |
#### Method Details
GetByStart(DateTime date)
Syntax
ResourceEngagementTimephasedPeriod GetByStart(DateTime date)
Parameters
Name | Type | Description |
---|---|---|
date | DateTime |
Return Value
ResourceEngagementTimephasedPeriod
GetByStartUrl(String date)
Syntax
ResourceEngagementTimephasedPeriod GetByStartUrl(String date)
Parameters
Name | Type | Description |
---|---|---|
date | String |
Return Value
ResourceEngagementTimephasedPeriod