TaskStartDateType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TaskStartDateType extends System.Enum

Specifies the type of a task’s start date. While exporting into XML the Undefined values will be eliminated from resulting XML.

Fields

FieldDescription
CurrentDateCurrent date
ProjectStartDateProject start date
UndefinedThe field’s value was not defined in original project file.

CurrentDate

public static final int CurrentDate

Current date

ProjectStartDate

public static final int ProjectStartDate

Project start date

Undefined

public static final int Undefined

The field’s value was not defined in original project file.