ConsecutiveDayDailyMin Property |
Minimum amount of hours the employee has to work daily during consecutive days to be eligible for consecutive overtime.
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public double DailyMin { get; set; }
Public Property DailyMin As Double
Get
Set
public:
property double DailyMin {
double get ();
void set (double value);
}
member DailyMin : float with get, set
Property Value
Type:
DoubleSee Also