PwsScheduleDate

Overview


This structure represents a resources working schedule for a given date.

Format


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

Elements


Element

Data Type

Description

Sample Data

Date

DateTime

The date (in midnight UTC format).

2018-03-28T00:00:00Z

NormalWorkingMinutes

Int32

A resource's normal working minutes on the specified date.

480

UtilizationBasisMinutes

Int32

A resource's normal working minutes - holidays and scheduled time off on the specified date.

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>