تحرير

ProjectDataSet.TaskRow.TASK_DUR_FMT Property

Definition

The task duration format indicates the display format of the duration value, and whether the duration is considered an estimate rather than a firm value.

public:
 property int TASK_DUR_FMT { int get(); void set(int value); };
public int TASK_DUR_FMT { get; set; }
member this.TASK_DUR_FMT : int with get, set
Public Property TASK_DUR_FMT As Integer

Property Value

Remarks

Task.DurationFormat is an enumeration that contains the valid values for this field. Cast the enumerated value to an int for storage in this property. Assigning a value to this field affects

TASK_DUR_IS_EST. For example, if you assign the value of EstDay to this field, TASK_DUR_IS_EST returns true.

Note: When creating a TaskRow object, you must specify TASK_DUR_FMT. Otherwise, later use of the project in Project Professional can result in unpredictable behavior, including possible data loss.

3MinuteMinutesNo
4EMinuteElapsed minutesNo
5HourHoursNo
6EHourElapsed hoursNo
7DayDaysNo
8EDayElapsed daysNo
9WeekWeeksNo
10EWeekElapsed weeksNo
11MonthMonthsNo
12EMonthElapsed monthsNo
19PercentPercentageNo
20EPercentElapsed percentageNo
21NullNo valueNo
37EstHourEstimated hoursYes
38EEstHourElapsed estimated hoursYes
39EstDayEstimated daysYes
40EEstDayElapsed estimated daysYes
41EstWeekEstimated weeksYes
42EEstWeekElapsed estimated weeksYes
43EstMonthEstimated monthYes
44EEstMonthElapsed estimated monthsYes
51EstPercentEstimated percentageYes
52EEstPercentElapsed estimated percentageYes
53NoneNo display formatYes

Applies to