Overload List

  Name Description
Public method LengthOf(IIntervalVar)
This method returns an integer expression that represents the length of interval variable a whenever the interval variable is present. When the interval variable is absent, it returns 0.
Public method LengthOf(IIntervalVar, Int32)
This method returns an integer expression that represents the length of interval variable a whenever the interval variable is present. When the interval variable is absent, it returns the constant integer value absVal (by default: 0).

See Also