DailyOvertimeOptionsNextDayStartLimit Property |
Amount of hours within which the next transaction should start for overtime hours to be accrued to the next day.
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public double NextDayStartLimit { get; set; }
Public Property NextDayStartLimit As Double
Get
Set
public:
property double NextDayStartLimit {
double get ();
void set (double value);
}
member NextDayStartLimit : float with get, set
Property Value
Type:
DoubleSee Also