EndTimeConstraint Constructor

Initializes a new instance of the EndTimeConstraint class.

Namespace:  Microsoft.Dynamics.AX.Planning.JobScheduling
Assembly:  Microsoft.Dynamics.AX.Planning.JobScheduling (in Microsoft.Dynamics.AX.Planning.JobScheduling.dll)

public:
EndTimeConstraint(
	DateTimeVariable^ endTimeVar, 
	DateTime endTime, 
	int constraintLevel
)

Parameters

endTimeVar
Type: Microsoft.Dynamics.AX.Planning.JobScheduling.DateTimeVariable
endTime
Type: System.DateTime
constraintLevel
Type: System.Int32

In case it is not possible to schedule a sequence the engine drops constraints that start at the highest level and tries again.

Community Additions

ADD
Show: