Click or drag to resize
DailyOvertime Class
Class representing daily overtime options for one day.
Inheritance Hierarchy
SystemObject
  AMG.API.Definitions.PoliciesDailyOvertime

Namespace: AMG.API.Definitions.Policies
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class DailyOvertime

The DailyOvertime type exposes the following members.

Constructors
  NameDescription
Public methodDailyOvertime
Initializes a new instance of the DailyOvertime class.
Top
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