TdxGanttControlRecurrencePattern.DurationFormat Property
Specifies the duration display format of a task occurrence.
Declaration
property DurationFormat: TdxDurationFormat read; write;
Property Value
Type | Description |
---|---|
TdxDurationFormat | Enumerates duration formats in the VCL Gantt Control. |
Remarks
Use this property to set the duration measurement units for the recurring task. You can use any of the following duration types:
- Simple
- Estimated
- Elapsed
- Estimated-elapsed
For instance, the “PT24H0M0S” duration corresponds to:
3 work days or 1 calendar day
0.6 weeks and approximately 0.14 calendar weeks
0.15 months and approximately 0.03 calendar months
Refer to the TdxDurationFormat type description for more information.
See Also