LeanProductionFlow.workingTimeInCycleTimePeriod Method
Gets the working time of a period.
Syntax
public Seconds workingTimeInCycleTimePeriod(
TransDateTime _fromDateTime,
TransDateTime _toDateTime,
Set _setActivities)
Run On
Called
Parameters
- _fromDateTime
Type: TransDateTime Extended Data Type
A start date and time used to calculate the working time.
- _toDateTime
Type: TransDateTime Extended Data Type
A end date and time used to calculate the working time.
- _setActivities
Type: Set Class
A set that holds the end activities of a production flow.
Return Value
Type: Seconds Extended Data Type
The working time of the takt period in seconds.