TdxGanttControlRecurrencePattern.Finish Property
In This Article
Specifies a recurring task chain’s end date and time.
#Declaration
Delphi
property Finish: TDateTime read; write;
#Property Value
Type |
---|
TDate |
#Remarks
Use this property with Start to set a time limit for a task occurrence. This property has an effect if the recurrence pattern’s FinishType property value is Date.
The Start property’s default value is 12/30/1899.
See Also