BankOptionsAdjustBank Property |
If employee works less than scheduled hours, the remaining hours will be paid using banked hours.
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public double AdjustBank { get; set; }
Public Property AdjustBank As Double
Get
Set
public:
property double AdjustBank {
double get ();
void set (double value);
}
member AdjustBank : float with get, set
Property Value
Type:
DoubleSee Also