ManufacturingsCalculatePhaseDuration Method

Calculate the duration of the phase.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static decimal CalculatePhaseDuration(
	decimal quantityToManufacture,
	ManufacturingOrderPhase phase
)

Parameters

quantityToManufacture  Decimal
Quantity to manufacture.
phase  ManufacturingOrderPhase
ManufacturingOrderPhase with the manufacturing phase.

Return Value

Decimal
Decimal with the duration phase.

See Also