SolutionGet Total Scheduled Work Time 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
The total time in minutes.
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public double GetTotalScheduledWorkTime()VB
Public Function GetTotalScheduledWorkTime As DoubleC++
public:
double GetTotalScheduledWorkTime()F#
member GetTotalScheduledWorkTime : unit -> float Return Value
DoubleThe total time in minutes.