ExceptionOptionsPeriodHoursWorkMax Property |
Maximum amount of hours worked in the pay period, above which it will be considered as an exception.
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public double PeriodHoursWorkMax { get; set; }
Public Property PeriodHoursWorkMax As Double
Get
Set
public:
property double PeriodHoursWorkMax {
double get ();
void set (double value);
}
member PeriodHoursWorkMax : float with get, set
Property Value
Type:
DoubleSee Also