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