Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.06 KB

File metadata and controls

29 lines (26 loc) · 2.06 KB

# WorkingPattern

Properties

Name Type Description Notes
bankHolidayDates \DateTime[] [readonly] The dates that are classed as Bank Holidays for this WorkingPattern [optional]
bankHolidays \SynergiTech\Staffology\Model\BankHolidayCollection [optional]
contractedWeeks float The amount of weeks an employee works, utilise for employees who aren't working full time. If Null then the default is used. [optional]
effectiveFrom \DateTime The date when the assignment of the Working Pattern becomes effective. Required for a Shift WorkingPattern to determine when it starts [optional]
fri float [optional]
fullTimeContractedHours float The amount of hours an employee works (Full Time). If Null then the default is used. [optional]
fullTimeContractedWeeks float The amount of weeks an employee works (Full Time). If Null then the default is used. [optional]
id string [readonly] The unique id of the object [optional] [readonly]
isDefault bool [optional]
mon float [optional]
proRataRule \SynergiTech\Staffology\Model\ProRataRule [optional]
sat float [optional]
shiftWorkingPatternDays \SynergiTech\Staffology\Model\ShiftWorkingPatternDay[] [optional]
sun float [optional]
thu float [optional]
title string
tue float [optional]
wed float [optional]
workingPatternEffectiveFrom \DateTime [optional]
workingPatternHoursType \SynergiTech\Staffology\Model\WorkingPatternHoursType [optional]
workingPatternType \SynergiTech\Staffology\Model\WorkingPatternType [optional]

[Back to Model list] [Back to API list] [Back to README]