Enum CostAccrualType
Enum CostAccrualType
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Specifies the type of an accrual cost.
public enum CostAccrualType
Fields
End = 2
Indicates End cost accrual type.
Invalid = 3
Indicates Invalid cost accrual type.
Prorated = 1
Indicates Prorated cost accrual type.
Start = 0
Indicates Start cost accrual type.
Undefined = -1
Indicates undefined value means that the field was not defined in original project file.
Remarks
While exporting into XML the Undefined values will be eliminated from resulting XML.