TdxGanttControlTask.Finish Property
Specifies a date and time scheduled for a task finish.
Declaration
property Finish: TDateTime read; write;
Property Value
Type |
---|
TDateTime |
Remarks
Use this property together with Start to set a time limit for a task.
Note
The control ignores this property value until you specify it.
The Finish
property’s default value is 12/30/1899
.
See Also