Overload List

  Name Description
Public method StartOf(IIntervalVar)
This method returns an integer expression that represents the start of interval variable a whenever the interval variable is present. When the interval variable is absent, it returns 0.
Public method StartOf(IIntervalVar, Int32)
This method returns an integer expression that represents the start 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