TdxGanttControlTaskBaseline.Finish Property
Specifies the finish date and time for the baseline.
Declaration
property Finish: TDateTime read; write;
Property Value
Type | Description |
---|---|
TDateTime | The date and time scheduled for the baseline’s finish. |
Remarks
Use this property together with Start to set a time limit for a task‘s baseline.
A difference between the baseline’s start and finish dates corresponds to its duration.
Implementation Details
The control ignores the baseline’s Finish property value until you do any of the following:
Specify the property value explicitly
Assign a finish date to the task associated with the baseline and then call the AssignCurrentValues procedure to update baseline settings
The Finish
property’s default value is 12/30/1899
.
Note
You should call the baseline’s AssignCurrentValues procedure every time you change the associated task’s settings. Otherwise, the baseline settings are not updated.