Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Overview


This structure represents the project task role still to go hours when manually updated from the original budgeted hours on the task plan

Format


PwsProjectTaskRoleRemaining
  • PwsProjectTaskRoleRemaining
    • CompletedFlag: Boolean
    • RemainingAsOfDate: DateTime
    • RemainingMinutes: Int32

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)


Example 01
                                 <a:PwsProjectTaskRoleRemaining>
                                    <a:CompletedFlag>false</a:CompletedFlag>
                                    <a:RemainingAsOfDate>2018-03-05T00:00:00Z</a:RemainingAsOfDate>
                                    <a:RemainingMinutes>480</a:RemainingMinutes>
                                 </a:PwsProjectTaskRoleRemaining>
  • No labels