ResourcePlanDataSet.PlanAssignmentCustomFieldsRow.DATE_VALUE property
Specifies the display format that you want for the DUR_VALUE property, if the FIELD_TYPE_ENUM property is set to type DURATION.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property DATE_VALUE As DateTime
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanAssignmentCustomFieldsRow
Dim value As DateTime
value = instance.DATE_VALUE
instance.DATE_VALUE = value
public DateTime DATE_VALUE { get; set; }
Property value
Type: System.DateTime
Remarks
DUR_FMT must be specified if the FIELD_TYPE_ENUM property is set to type DURATION. Otherwise, later use of this project in Project Professional can result in unpredictable behavior, including possible data loss.
See also
Reference
ResourcePlanDataSet.PlanAssignmentCustomFieldsRow class