| DailyOvertime Class |
Namespace: AMG.API.Definitions.Policies
The DailyOvertime type exposes the following members.
| Name | Description | |
|---|---|---|
| DailyOvertime |
Initializes a new instance of the DailyOvertime class.
|
| Name | Description | |
|---|---|---|
| Active |
Indicates if daily overtime is enabled.
| |
| OT1 |
Amount of hours, after which the worked hours will be accrued as the OT1.
| |
| OT2 |
Amount of hours, after which the worked hours will be accrued as the OT2.
| |
| OT3 |
Amount of hours, after which the worked hours will be accrued as the OT3.
| |
| OTLevelId | OT level the hours should start to be accrued as. enum OtLevel { REG = 1, OT1 = 2, OT2 = 3, OT3 = 4 } | |
| Reset |
Indicates if the accrual of hours should be reset at the end of the day.
|