ResourceCostRateOvertimeRatePerHour Property |
The overtime cost of the resource per hour in the resources costing currency. The overtime rate specifies the cost of the resource, when it is used outside the normal working schedule. null means that there is no special overtime rate and the standard rate should be applied. [Currency: Resource.CostingCurrency] [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.General.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount OvertimeRatePerHour { get; set; }
Public Property OvertimeRatePerHour As Amount
Get
Set
public:
property Amount^ OvertimeRatePerHour {
Amount^ get ();
void set (Amount^ value);
}
member OvertimeRatePerHour : Amount with get, set
Property Value
Type:
Amount
See Also