TdxGanttControlRecurrencePattern.Finish Property
Specifies a recurring task chain’s end date and time.
Declaration
property Finish: TDateTime read; write;
Property Value
Type |
---|
TDateTime |
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