WeeklyOvertimeOptions Class |
Namespace: AMG.API.Definitions.Policies
The WeeklyOvertimeOptions type exposes the following members.
Name | Description | |
---|---|---|
WeeklyOvertimeOptions |
Initializes a new instance of the WeeklyOvertimeOptions class.
|
Name | Description | |
---|---|---|
CloseTimecard |
Indicates if cross overtime period transactions should be split into 2 separate ones.
| |
CloseTimecardAt | Specifies time when to close cross overtime period time cards. Used only when CloseTimecard set to true. Only time part of DateTime is used. | |
IsBiweekly |
When value is set to false then overtime is being calculated on a Weekly basis, otherwise on Biweekly basis.
| |
UseWeekly |
Indicates if Weekly/Biweekly overtime is being calculated.
| |
WeekDays |
Start day of week for overtime cycle. From Sunday (0) to Saturday (6).
|