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

Overview


This structure represents the dates for which a resource has scheduled / booked hours

Format


PwsScheduleDate
  • PwsScheduleDate
    • Date: DateTime
    • NormalWorkingMinutes: Int32
    • UtilizationBasisMinutes: Int32

Elements


Element

Data Type

Description

Sample Data

Date

DateTime

The date and time (in UTC format) associated with the scheduled / booked hours

2018-03-28T00:00:00Z

NormalWorkingMinutes

Int32

A resource's normal working minutes

480

UtilizationBasisMinutes

Int32

A resource's normal working minutes - holidays and scheduled time off  

240

Usage Example(s)


Example 01
                  <a:PwsScheduleDate>
                     <a:Date>2018-03-28T00:00:00Z</a:Date>
                     <a:NormalWorkingMinutes>480</a:NormalWorkingMinutes>
                     <a:UtilizationBasisMinutes>240</a:UtilizationBasisMinutes>
                  </a:PwsScheduleDate>
  • No labels