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