Share via


TimePhase class

inherits members from ClientObject

Represents assignment progress information that is distributed over time.

Syntax

CSOM

class TimePhase 

JSOM

PS.TimePhase

REST Interface

Supported.

PS.TimePhase

http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/EnterpriseResources('{resourceid}')/Assignments/GetTimePhaseByUrl(start='{yyyy-MM-dd}',end='{yyyy-MM-dd}')

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Assignments StatusAssignmentCollection Gets the status of assignments associated with a timephase.
End DateTime Gets the end date of a timephase period.
Start DateTime Gets the start date of the timephase period.

See Also

StatusAssignmentCollection