PrincipalRecipeDurationHour Property |
The approximate duration of the operation (for the specified quantities) in seconds. This is pure operation time and excludes setup time. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal DurationHour { get; set; }
Public Property DurationHour As Decimal
Get
Set
public:
property Decimal^ DurationHour {
Decimal^ get ();
void set (Decimal^ value);
}
member DurationHour : decimal with get, set
Property Value
Type:
Decimal
See Also