JobDateLinkConstraint Constructor
| Name | Description | |
|---|---|---|
| JobDateLinkConstraint() | Initializes a new instance of the JobDateLinkConstraint class. |
| JobDateLinkConstraint(DateTimeVariable, DateTimeVariable, JobLinkType) | Initializes a new instance of the JobDateLinkConstraint class.This constraint enforces the relation that the first date is less than or equal to the second date.If the linkType parameter is set to hard the relationship becomes that the date1 parameter minus the date2 parameter is the delay. |
| JobDateLinkConstraint(DateTimeVariable, DateTimeVariable, Int64, JobLinkType) | Initializes a new instance of the JobDateLinkConstraint class.This constraint enforces the relation that the first date is less than or equal to the second date.If the linkType parameter is set to hard the relationship becomes that the date1 parameter minus the date2 parameter is the delay. |
Community Additions
ADD
Show: