SolutionGetTotalCoverRequiredTime Method

Returns the total minimum/maximum time for the Cover constraints with the specified ID.

Definition

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

Parameters

CoverID  String
The ID of the Cover constraints. The ID is defined in the problem definition XML.

Return Value

Double
The total time in minutes.

See Also