Overview
This structure represents the period of time for which the resource has requested or booked hours for the specified role
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
BeginDate | DateTime | The begin date of the time period | 2020-01-06T00:00:00Z |
EndDate | DateTime | The end date of the time period | 2020-04-05T00:00:00Z |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:ActivePeriods> <b:PwsResourceActivePeriod> <b:BeginDate>2020-01-06T00:00:00Z</b:BeginDate> <b:EndDate>2020-04-05T00:00:00Z</b:EndDate> </b:PwsResourceActivePeriod> </b:ActivePeriods> |