Versions Compared

Key

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

...

This structure represents the working schedule hours for a resource on days in which the working schedule differs from the one defined for the resource's location. For each day of the week, a resource has a starting time (represented as a number of minutes since midnight) and a working day length (represented as a number of minutes).

Format


Panel
titlePwsResourceWorkingScheduleDay
  • PwsResourceWorkingScheduleDay
    • DayOfWeek: DayOfWeek
    • StartTimeMinutesSinceMidnight: Int16
    • WorkingMinutes: Int16

Elements


Element

Data Type

Required

DescriptionSample Data

DayOfWeek

DayOfWeek

Yes

The day of the week.
Monday

StartTimeMinutesSinceMidnight

Int16

Yes 

The start time expressed in minutes since the midnight.
540

WorkingMinutes

Int16

Yes 

The working minutes.
240

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                           <b:PwsResourceWorkingScheduleDay>
                              <b:DayOfWeek>Monday</b:DayOfWeek>
                              <b:StartTimeMinutesSinceMidnight>540</b:StartTimeMinutesSinceMidnight>
                              <b:WorkingMinutes>240</b:WorkingMinutes>
                           </b:PwsResourceWorkingScheduleDay>