Click or drag to resize
ConsecutiveOvertimeOptions Class
Container class for Pay Policy's Consecutive Overtime related features.
Inheritance Hierarchy
SystemObject
  AMG.API.Definitions.PoliciesConsecutiveOvertimeOptions

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

The ConsecutiveOvertimeOptions type exposes the following members.

Constructors
  NameDescription
Public methodConsecutiveOvertimeOptions
Initializes a new instance of the ConsecutiveOvertimeOptions class.
Top
Properties
  NameDescription
Public propertyConsecutiveOvertime
List of Consecutive Days overtime options.
Public propertyReset
Indicates that accrual of consecutive days should be reset at the end of the pay period.
Public propertySplitQualifyDay
Number of consecutive days after which consecutive days overtime will start to be calculated.
Public propertyUseConsecutiveDays
Indicates if Consecutive Worked Days overtime is being calculated.
Top
See Also