PeriodChange Element (SetAssignmentWorkData)
Applies to: Office 2010 | Project 2010 | Project Server 2010 | SharePoint Server 2010
In this article
Attributes
Child Elements
Parent Elements
Occurrences
Contains elements that define a timephased assignment work data update.
<PeriodChange>
</PeriodChange>
Attributes
Attribute |
Description |
---|---|
None |
Child Elements
ActualWork, Comments, RemainingWork, OvertimeWork, Status, StatusGuid |
Parent Elements
Occurrences
Minimum: 1 Maximum: Unbounded |
Remarks
A single PeriodChange element can contain multiple timephased work data updates.
Example
The following example uses the PeriodChange element to contain a timephased work data update to the Actual Work field and the Remaining Work field.
<Changes>
<Proj ID="a47faeab-0f72-455a-b629-d62faf5fece6">
<Assn ID="352eb69a-a915-4849-b9f0-3d26d0d6e0a8">
<PeriodChange>
<ActualWork Start="2007-04-16T08:00:00" End="2007-04-20T16:00:00">19200000</ActualWork>
<RemainingWork>920000</RemainingWork>
</PeriodChange>
</Assn>
</Proj>
</Changes>