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 Next »

Overview


This structure represents the period of time for which the resource has requested or booked hours for the specified role

Format


PwsResourceActivePeriod
  • PwsResourceActivePeriod
    • BeginDate: DateTime
    • EndDate: DateTime

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)


Example 01
                  <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>


  • No labels