HolidayOptionsAddHours Property |
Adds amount of hours employee works on a holiday.
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public double AddHours { get; set; }
Public Property AddHours As Double
Get
Set
public:
property double AddHours {
double get ();
void set (double value);
}
member AddHours : float with get, set
Property Value
Type:
DoubleSee Also