Represents how the units, duration, and work on a task are calculated.
[Visual Basic]
Public Enum TaskFixedType
[C#]public enum TaskFixedType
Members
| Member Name | Description | Value |
| FixedUnits | Fixed units. | 0 |
| FixedDuration | Fixed duration. | 1 |
| FixedWork | Fixed work. | 2 |
Requirements
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks (in Aspose.Tasks.dll)
See Also
Aspose.Tasks Namespace