Click or drag to resize
DailyOvertime Properties

The DailyOvertime type exposes the following members.

Properties
  NameDescription
Public propertyActive
Indicates if daily overtime is enabled.
Public propertyOT1
Amount of hours, after which the worked hours will be accrued as the OT1.
Public propertyOT2
Amount of hours, after which the worked hours will be accrued as the OT2.
Public propertyOT3
Amount of hours, after which the worked hours will be accrued as the OT3.
Public propertyOTLevelId

OT level the hours should start to be accrued as.

enum OtLevel { REG = 1, OT1 = 2, OT2 = 3, OT3 = 4 }
Public propertyReset
Indicates if the accrual of hours should be reset at the end of the day.
Top
See Also