...
This structure represents the project task role still to go hours when manually updated from the original budgeted hours on the task plan.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
CompletedFlag | Boolean | If set to 'true', the project task role is complete. | false |
RemainingAsOfDate | DateTime | The remaining as of date (in UTC format). | 2018-03-05T00:00:00Z |
RemainingMinutes | Int32 | The remaining minutes as of the specified date. | 480 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:PwsProjectTaskRoleRemaining> <a:CompletedFlag>false</a:CompletedFlag> <a:RemainingAsOfDate>2018-03-05T00:00:00Z</a:RemainingAsOfDate> <a:RemainingMinutes>480</a:RemainingMinutes> </a:PwsProjectTaskRoleRemaining> |