Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


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

Format


Panel
titlePwsResourceActivePeriod
  • 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)


Code Block
languagexml
titleExample 01
collapsetrue
                  <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>