...
This structure represents the date and time off minutes associated with a resource's scheduled time off.
Format
Panel | ||
---|---|---|
| ||
|
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)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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> |
...