Click or drag to resize
WeeklyOvertimeOptions Class
Container class for Pay Policy's Weekly/Biweekly Overtime related features.
Inheritance Hierarchy
SystemObject
  AMG.API.Definitions.PoliciesWeeklyOvertimeOptions

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

The WeeklyOvertimeOptions type exposes the following members.

Constructors
  NameDescription
Public methodWeeklyOvertimeOptions
Initializes a new instance of the WeeklyOvertimeOptions class.
Top
Properties
  NameDescription
Public propertyCloseTimecard
Indicates if cross overtime period transactions should be split into 2 separate ones.
Public propertyCloseTimecardAt

Specifies time when to close cross overtime period time cards.

Used only when CloseTimecard set to true.

Only time part of DateTime is used.

Public propertyIsBiweekly
When value is set to false then overtime is being calculated on a Weekly basis, otherwise on Biweekly basis.
Public propertyUseWeekly
Indicates if Weekly/Biweekly overtime is being calculated.
Public propertyWeekDays
Start day of week for overtime cycle. From Sunday (0) to Saturday (6).
Top
See Also