HolidayOptions Class |
Namespace: AMG.API.Definitions.Policies
The HolidayOptions type exposes the following members.
Name | Description | |
---|---|---|
HolidayOptions |
Initializes a new instance of the HolidayOptions class.
|
Name | Description | |
---|---|---|
AddHours |
Adds amount of hours employee works on a holiday.
| |
ApplyNotSheduled |
Indicates if holiday could be applied for those days when the employee wasn't scheduled to work.
| |
HoursTowardOT |
Indicates if the worked holiday hours are taken into consideration when calculating
daily,
weekly or
consecutive overtime hours.
| |
MultiplyHours |
Coefficient by which the worked holiday hours should be multiplied if MultiplyHoursEnabled is set to true.
| |
MultiplyHoursEnabled |
Indicates if worked holiday hours should be multiplied by MultiplyHours coefficient.
| |
PayRateWhenWorked | Pay level at which the worked holiday hours should be accrued as: REG, OT1, OT2 or OT3. enum OtLevel { REG = 1, OT1 = 2, OT2 = 3, OT3 = 4 } | |
QualifyMinDays |
Minimum number of days after which the employee is eligible to be paid for the holidays.
| |
RequireWorkSched | Specifies whether employee is eligible to be paid for the holiday based on work schedule before and after the holiday. enum RequiredWorkSchedule { None, Before_And_After, Before_Or_After } | |
Reset |
Indicates if holiday hours should be reset at day end.
| |
ResetTime |
Time when holiday hours should be reset if Reset is set to true.
| |
UnworkedDaysAddHours |
Amount of hours to be added for each non-worked holiday.
| |
UseHolidays |
Indicates if Holidays are being calculated.
|