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

Usage Example(s)


Example 01
              <a:PwsWorkingScheduleDay>
                  <a:AccountingPeriodClosedFlag>false</a:AccountingPeriodClosedFlag>
                  <a:CanEnterTimeFlag>true</a:CanEnterTimeFlag>
                  <a:CanViewTimeFlag>true</a:CanViewTimeFlag>
                  <a:Date>2018-03-29T00:00:00Z</a:Date>
                  <a:HolidayMinutes>0</a:HolidayMinutes>
                  <a:ResourceInactiveFlag>false</a:ResourceInactiveFlag>
                  <a:TrackMissingTimeFlag>true</a:TrackMissingTimeFlag>
                  <a:WorkingMinutes>480</a:WorkingMinutes>
               </a:PwsWorkingScheduleDay>
               <a:PwsWorkingScheduleDay>
                  <a:AccountingPeriodClosedFlag>false</a:AccountingPeriodClosedFlag>
                  <a:CanEnterTimeFlag>true</a:CanEnterTimeFlag>
                  <a:CanViewTimeFlag>true</a:CanViewTimeFlag>
                  <a:Date>2018-03-30T00:00:00Z</a:Date>
                  <a:HolidayMinutes>480</a:HolidayMinutes>
                  <a:ResourceInactiveFlag>false</a:ResourceInactiveFlag>
                  <a:TrackMissingTimeFlag>true</a:TrackMissingTimeFlag>
                  <a:WorkingMinutes>480</a:WorkingMinutes>
               </a:PwsWorkingScheduleDay>