Click or drag to resize
DailyOvertimeOptions Class
Container class for Pay Policy's Daily Overtime related features.
Inheritance Hierarchy
SystemObject
  AMG.API.Definitions.PoliciesDailyOvertimeOptions

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

The DailyOvertimeOptions type exposes the following members.

Constructors
  NameDescription
Public methodDailyOvertimeOptions
Initializes a new instance of the DailyOvertimeOptions class.
Top
Properties
  NameDescription
Public propertyAccrueToNextDay
Indicates that daily overtime hours after day reset should be accrued to the hours of the next day.
Public propertyDailyOvertimes
Daily overtime options for each day of week from Sunday to Saturday.
Public propertyNextDayStartLimit
Amount of hours within which the next transaction should start for overtime hours to be accrued to the next day.
Public propertyUseDaily
Indicates if Daily overtime is being calculated.
Top
See Also