The start property of the TASK class is supposed to return the early start date if activity is not started; otherwise it returns the actual start date. There is a bug in the code and the early end date is returned if the activity is not started. The start property was created by copying the finish property.
The start property of the TASK class is supposed to return the early start date if activity is not started; otherwise it returns the actual start date. There is a bug in the code and the early end date is returned if the activity is not started. The start property was created by copying the finish property.