ConsecutiveDayOTLevel Property |
Overtime rate applied to the hours accrued after mentioned number of days and hours worked consecutively.
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 OTLevel { get; set; }
Public Property OTLevel As Integer
Get
Set
public:
property int OTLevel {
int get ();
void set (int value);
}
member OTLevel : int with get, set
Property Value
Type:
Int32See Also