SetPlannedStartDate method: Gantt class
Syntax
SetPlannedStartDate(RecordName.FieldName)
Description
Use the SetPlannedStartDate method to specify the field in the record that defines the planned start date. If planned versus actual dates are not used, this method specifies the start 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 start date. This field must be of DateTime or Date type. |
Returns
None.