Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated actual cycle time of the production flow version for a specific period.
Syntax
public Seconds actualCycleTimeForPeriod(
TransDateTime _fromDateTime,
TransDateTime _toDateTime,
[Set _setEndActivities,
InventQty _inventQty,
Seconds _seconds])
Run On
Called
Parameters
- _fromDateTime
Type: TransDateTime Extended Data Type
A start date and time for a period for which to calculate the actual cycle time.
- _toDateTime
Type: TransDateTime Extended Data Type
A end date and time for a period for which to calculate the actual cycle time for.
- _setEndActivities
Type: Set Class
A set that holds the end activities of a production flow; optional.
- _inventQty
Type: InventQty Extended Data Type
A quantity that represents the quantity produced in the period; optional.
- _seconds
Type: Seconds Extended Data Type
The duration of the period in seconds; optional.
Return Value
Type: Seconds Extended Data Type
The actual cycle time for the specified period.