Редагувати

Поділитися через


ProjectDataSet.AssignmentCustomFieldsRow.DUR_VALUE Property

Definition

Specifies the custom field value if the FIELD_TYPE_ENUM property is set to type DURATION.

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

Property Value

Remarks

The DUR_FMT property must be specified if the FIELD_TYPE_ENUM property is set to type DURATION. Otherwise, later use of the project in Project Professional can result in unpredictable behavior, including possible loss of data.

Duration is indicated in tenths of minutes. A value of 100 indicates 10 minutes.

Applies to