SolutionGetTotalScheduledWorkTime Method

Returns the total amount of time scheduled to all employees. If a break has a 'WorkLength' different to the actual physical length of the break then the break's 'WorkLength' is used rather than the actual physical length. For example, if a break has a WorkLength of zero then that time will not be included.

Definition

Namespace: SRS.ShiftSolver.Core
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public double GetTotalScheduledWorkTime()

Return Value

Double
The total time in minutes.

See Also