PwsProjectRoleTaskHoursBucket
Overview
This structure represents task hours for a role for a given week, according to the active task baseline, or the current task plan, if none.
Format
PwsProjectRoleTaskHoursBucket
- PwsProjectRoleTaskHoursBucket
- BucketStartDate: DateTime
- PlannedTaskEffortDailyMinutes: Double[]
- RemainingTaskEffortDailyMinutes: Double[]
Elements
Element | Data Type | Description | Sample |
---|---|---|---|
BucketStartDate | DateTime | The first day of the week represented by this bucket. Always the first day of a week as configured by the account's first day of week setting. | 2020-01-06T00:00:00Z |
PlannedTaskEffortDailyMinutes | Double[] | The planned task effort minutes in association with the bucket. Indexed relative to the account's first day of week setting. | |
RemainingTaskEffortDailyMinutes | Double[] | The remaining task effort daily minutes in association with the bucket. Indexed relative to the account's first day of week setting. |