Enum TaskStartDateType
Enum TaskStartDateType
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Specifies the type of a task’s start date.
public enum TaskStartDateType
Fields
CurrentDate = 1
Current date
ProjectStartDate = 0
Project start date
Undefined = -1
The field’s value was not defined in original project file.
Remarks
While exporting into XML the Undefined values will be eliminated from resulting XML.