HolidayOptionsRequireWorkSched Property |
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 }
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int RequireWorkSched { get; set; }
Public Property RequireWorkSched As Integer
Get
Set
public:
property int RequireWorkSched {
int get ();
void set (int value);
}
member RequireWorkSched : int with get, set
Property Value
Type:
Int32See Also