[Visual Basic]
Public Enum ConstraintType
[C#]public enum ConstraintType
Remarks
Members
| Member Name | Description | Value |
| AsSoonAsPossible | | 0 |
| AsLateAsPossible | | 1 |
| MustStartOn | | 2 |
| MustFinishOn | | 3 |
| StartNoEarlierThan | | 4 |
| StartNoLaterThan | | 5 |
| FinishNoEarlierThan | | 6 |
| FinishNoLaterThan | | 7 |
Requirements
Namespace: Aspose.Tasks.XML
Assembly: Aspose.Tasks (in Aspose.Tasks.dll)
See Also
Aspose.Tasks.XML Namespace