ShiftSearchMaxShiftLengthInMinutes 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
C#
public double MaxShiftLengthInMinutes

Field Value

Double

Remarks

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.

See Also