SetActualEndDate method: Gantt class

Syntax

SetActualEndDate(RecordName.FieldName)

Description

Use the SetActualEndDate method to specify the field in the record that defines the actual end date. This is an optional method, and is used in conjunction with the SetPlannedEndDate method. If an actual end date is specified, then an actual start date must also be specified. When defined, the actual or baseline tasks are visually shown as a separate task bar and are layered beneath the planned task if the two overlap.

Note:

For any task that has a bad date format (from either SetActualEndDate or SetActualStartDate), 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 actual end date. This field must be of DateTime or Date type.

Returns

None.