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