/
PwsResourceActivePeriod

PwsResourceActivePeriod

Overview


This structure represents a period of time for which a resource is considered active. A resource is considered active on a date if the resource history as of that date indicates the resource is active. This is a compact way of fully expressing a resource's availability over time, along with additional resource scheduling information in PwsResourceSchedule.

Format


PwsResourceActivePeriod
  • PwsResourceActivePeriod
    • BeginDate: DateTime
    • EndDate: DateTime

Elements


Element

Data Type

Description

Sample Data

BeginDate

DateTime

 The begin date of the active time period.

2020-01-06T00:00:00Z

EndDate

DateTime

 The end date of the active 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>

Related content

PwsScheduleDate
PwsScheduleDate
More like this
PwsResourceAvailableTimeoffDetail
PwsResourceAvailableTimeoffDetail
More like this
PwsScheduleTimeOffDate
PwsScheduleTimeOffDate
More like this
PwsResourceWorkingScheduleDay
PwsResourceWorkingScheduleDay
More like this
PwsResourceSchedule
PwsResourceSchedule
More like this
PwsResourceAvailableTimeOffElement
PwsResourceAvailableTimeOffElement
More like this