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 Next »

Overview


???

Format


PwsDailyWorkingMinutes
  • PwsDailyWorkingMinutes
    • Date: DateTime
    • HolidayMinutes: Int32
    • TimeOffMinutes: Int32
    • WorkingMinutes: Int32

Elements


Element

Data Type

Description

Sample Data

Date

DateTime

The date for this day


HolidayMinutes

Int32

The number of holiday minutes on this day


TimeOffMinutes

Int32

The number of time off minutes on this day


WorkingMinutes

Int32

The number of working minutes on this day


Usage Example(s)


Example 01
                  <b:WorkingMinutes>
                     <b:PwsDailyWorkingMinutes>
                        <b:Date>2020-01-20T00:00:00Z</b:Date>
                        <b:HolidayMinutes>480</b:HolidayMinutes>
                        <b:TimeOffMinutes>0</b:TimeOffMinutes>
                        <b:WorkingMinutes>0</b:WorkingMinutes>
                     </b:PwsDailyWorkingMinutes>
                  </b:WorkingMinutes>


  • No labels