Versions Compared

Key

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

...

This structure represents a resource's scheduled company holiday hours.

Format


Panel
titlePwsScheduleHoliday
  • PwsScheduleHoliday
    • Date: DateTime
    • HolidayName: String (50)
    • TimeOffMinutes: Int32

Elements


Element

Data Type

Description

Sample Data

Date

DateTime

The date

and time

(in midnight UTC format) of the company holiday

2018-03-30T00:00:00Z

HolidayName

String

The holiday

nameĀ 

name.

Company Spring Break

TimeOffMinutes

Int32

The time off

minutesĀ 

minutes (1440 = whole day).

1440

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
               <a:Holidays>
                  <a:PwsScheduleHoliday>
                     <a:Date>2018-03-30T00:00:00Z</a:Date>
                     <a:HolidayName>Company Spring Break</a:HolidayName>
                     <a:TimeOffMinutes>1440</a:TimeOffMinutes>
                  </a:PwsScheduleHoliday>
               </a:Holidays>