ManufacturingsCalculateMachineTimeEstimated Method
Calculate the estimated time of the machine in the order phase.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static decimal CalculateMachineTimeEstimated(
decimal quantityToManufacture,
ManufacturingOrderPhase phase
)
Public Shared Function CalculateMachineTimeEstimated (
quantityToManufacture As Decimal,
phase As ManufacturingOrderPhase
) As Decimal
- quantityToManufacture Decimal
- Quantity to manufacture.
- phase ManufacturingOrderPhase
- ManufacturingOrderPhase with the manufacturing phase.
DecimalDecimal with the estimated time of the machine in the order phase.