Represents when a task accrues the cost of a resource.
[Visual Basic]
Public Enum AccrueAt
Members
| Member Name | Description | Value |
| Start | When the task starts. | 1 |
| End | When the task ends. | 2 |
| Prorated | When the task in progresses. | 3 |
Requirements
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks (in Aspose.Tasks.dll)
See Also
Aspose.Tasks Namespace