ResourcePlanDataSet.PlanAssignmentCustomFieldsRow.DATE_VALUE Property

Specifies the display format you want for the DUR_VALUE property if the FIELD_TYPE_ENUM property is set to type DURATION.

Namespace:  WebSvcResourcePlan
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

ResourcePlanDataSet.PlanAssignmentCustomFieldsRow Members

WebSvcResourcePlan Namespace