SetPlannedEndDate method: Gantt class
Syntax
SetPlannedEndDate(RecordName.FieldName)
Description
Use the SetPlannedEndDate method to specify the field in the record that defines the planned end date. If planned versus actual dates are not used, this method specifies the end date of the task.
This method is required when creating a Gantt chart.
Note:
For any task that has a bad date format (from either SetPlannedEndDate or SetPlannedStartDate), any overlaid baseline information is not displayed in the chart section.
Parameters
| Parameter | Description |
|---|---|
|
RecordName.FieldName |
Specify the field and its associated record that contains the value used to define the planned end date. This field must be of DateTime or Date type. |
Returns
None.