ExceptionOptionsPeriodHoursWorkMin Property |
Minimum amount of hours worked in the pay period, below 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 PeriodHoursWorkMin { get; set; }
Public Property PeriodHoursWorkMin As Double
Get
Set
public:
property double PeriodHoursWorkMin {
double get ();
void set (double value);
}
member PeriodHoursWorkMin : float with get, set
Property Value
Type:
DoubleSee Also