ConsecutiveDay Properties |
The ConsecutiveDay type exposes the following members.
Name | Description | |
---|---|---|
![]() | DailyMin |
Minimum amount of hours the employee has to work daily during consecutive days to be eligible for consecutive overtime.
|
![]() | DaysCount |
Number of consecutive days after which consecutive days overtime will start to be calculated.
|
![]() | OTLevel | Overtime rate applied to the hours accrued after mentioned number of days and hours worked consecutively. enum OtLevel { REG = 1, OT1 = 2, OT2 = 3, OT3 = 4 } |
![]() | OTLevelAfter | Overtime rate applied to the hours accrued after amount of hours mentioned in QualifyAfter field. enum OtLevel { REG = 1, OT1 = 2, OT2 = 3, OT3 = 4 } |
![]() | QualifyAfter |
Amount of hours after which you want to pay at another overtime rate specified by OTLevelAfter.
|
![]() | TotalMin |
Minimum amount of hours the employee has to work in total during consecutive days to be eligible for consecutive overtime.
|