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

Version 1 Current »

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 and time (in UTC format) associated with the resource's scheduled time off

2018-03-30T00:00:00Z

TimeOffMinutes

Int32

The time off minutes associated with the resource's scheduled time off 

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>



  • No labels