PwsScheduleTimeOffDate

Overview


This structure represents the date and time off minutes associated with a resource's scheduled time off.

Format


PwsScheduleTimeOffDate
  • PwsScheduleTimeOffDate
    • Date: DateTime
    • TimeOffMinutes: Int32

Elements


Element

Data Type

Description

Sample Data

Date

DateTime

The date (in midnight UTC format) associated with the resource's scheduled time off.

2018-03-30T00:00:00Z

TimeOffMinutes

Int32

The time off minutes on the specified date.

1440

Usage Example(s)


Example 01
                    <a:TimeOffDates>
                        <a:PwsScheduleTimeOffDate>
                           <a:Date>2018-03-30T00:00:00Z</a:Date>
                           <a:TimeOffMinutes>1440</a:TimeOffMinutes>
                        </a:PwsScheduleTimeOffDate>
                        <a:PwsScheduleTimeOffDate>
                           <a:Date>2018-03-31T00:00:00Z</a:Date>
                           <a:TimeOffMinutes>1440</a:TimeOffMinutes>
                        </a:PwsScheduleTimeOffDate>
                     </a:TimeOffDates>