Shift SearchMax Shift Length In Minutes Field
Gets or sets the maximum shift length in minutes. This applies to all employees.
The algorithm will not search for shifts longer than this value.
Definition
Namespace: SRS.ShiftSolver.Solvers
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public double MaxShiftLengthInMinutesVB
Public MaxShiftLengthInMinutes As DoubleC++
public:
double MaxShiftLengthInMinutesF#
val mutable MaxShiftLengthInMinutes: floatField Value
DoubleRemarks
For split-shifts the sum of the lengths of each sub-shift within the split-shift must be
less than or equal to this value.