HolidayOptionsMultiplyHours Property |
Coefficient by which the worked holiday hours should be multiplied if
MultiplyHoursEnabled is set to true.
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public double MultiplyHours { get; set; }
Public Property MultiplyHours As Double
Get
Set
public:
property double MultiplyHours {
double get ();
void set (double value);
}
member MultiplyHours : float with get, set
Property Value
Type:
DoubleSee Also