SolutionGet Total Cover Violation Time Method
Returns the total amount of time assigned above the maximum
or below the minimum Cover constraints with the specified ID.
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 GetTotalCoverViolationTime(
string CoverID
)VB
Public Function GetTotalCoverViolationTime (
CoverID As String
) As DoubleC++
public:
double GetTotalCoverViolationTime(
String^ CoverID
)F#
member GetTotalCoverViolationTime :
CoverID : string -> float Parameters
- CoverID String
- The ID of the cover constraints. The ID is defined in the problem definition XML.
Return Value
DoubleThe total time in minutes.