PwsWorkingScheduleDay
Overview
This structure represents a resource's working day schedule.
Format
PwsWorkingScheduleDay
- PwsWorkingScheduleDay
- AccountingPeriodClosedFlag: Boolean
- CanEnterTimeFlag: Boolean
- CanViewTimeFlag: Boolean
- Date: DateTime
- HolidayMinutes: Int16
- ResourceInactiveFlag: Boolean
- TrackMissingTimeFlag: Boolean
- WorkingMinutes: Int16
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
AccountingPeriodClosedFlag | Boolean | If set to 'true', the accounting period for the resource's cost center is closed for time on this day. | false |
CanEnterTimeFlag | Boolean | If set to 'true', the resource can enter time on this day. | true |
CanViewTimeFlag | Boolean | If set to 'true', the resource can view time on this day. | true |
Date | DateTime | The date and time (in UTC format). | 2018-03-29T00:00:00Z |
HolidayMinutes | Int16 | The total holiday minutes on this day. | 0 |
ResourceInactiveFlag | Boolean | If set to 'true', the resource is inactive on this day. | false |
TrackMissingTimeFlag | Boolean | If set to 'true', missing time is tracked for this resource on this day. | true |
WorkingMinutes | Int16 | The total working minutes on this day. | 480 |