public final class TaskStartDateType
extends com.aspose.ms.System.Enum
Specifies the type of a task's start date. While exporting into XML the Undefined values will be eliminated from resulting XML.
Modifier and Type | Field and Description |
---|---|
static int |
CurrentDate
Current date
|
static int |
ProjectStartDate
Project start date
|
static int |
Undefined
The field's value was not defined in original project file.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Undefined
The field's value was not defined in original project file.
public static final int ProjectStartDate
Project start date
public static final int CurrentDate
Current date