Click or drag to resize
ConsecutiveDay Class
Container class for single Consecutive Day overtime feature.
Inheritance Hierarchy
SystemObject
  AMG.API.Definitions.PoliciesConsecutiveDay

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

The ConsecutiveDay type exposes the following members.

Constructors
  NameDescription
Public methodConsecutiveDay
Initializes a new instance of the ConsecutiveDay class.
Top
Properties
  NameDescription
Public propertyDailyMin
Minimum amount of hours the employee has to work daily during consecutive days to be eligible for consecutive overtime.
Public propertyDaysCount
Number of consecutive days after which consecutive days overtime will start to be calculated.
Public propertyOTLevel

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 }
Public propertyOTLevelAfter

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 }
Public propertyQualifyAfter
Amount of hours after which you want to pay at another overtime rate specified by OTLevelAfter.
Public propertyTotalMin
Minimum amount of hours the employee has to work in total during consecutive days to be eligible for consecutive overtime.
Top
See Also