Skip to main content

TdxGanttControlTaskBaseline.Start Property

Specifies the start date and time for the baseline.

Declaration

property Start: TDateTime read; write;

Property Value

Type Description
TDateTime

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.

A Baseline's Duration

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 AssignCurrentValues procedure every time you change the associated task’s settings. Otherwise, the baseline settings are not updated.

See Also