JobDateLinkConstraint Constructor

  NameDescription
Protected method JobDateLinkConstraint() Initializes a new instance of the JobDateLinkConstraint class.
Protected method 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.
Public method 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.
Top

Community Additions

ADD
Show: