public final class TaskStartDateType extends Object
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.
|
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
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.