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