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 Version History

Version 1 Current »

Overview


This structure represents a resource's scheduled company holiday hours

Format


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

Elements


Element

Data Type

Description

Sample Data

Date

DateTime

The date and time of the company holiday

2018-03-30T00:00:00Z

HolidayName

String

The holiday name 

Company Spring Break

TimeOffMinutes

Int32

The time off minutes 

1440

Usage Example(s)


Example 01
               <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>
  • No labels