Skip to main content

TdxGanttControlExtendedAttributeValue.DurationFormat Property

Specifies the Duration field’s display format.

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 custom field value. You can use any of the following duration types:

  • Simple
  • Estimated
  • Elapsed
  • Estimated-elapsed

For instance, the “PT24H0M0S” duration corresponds to:

  • 3 work days and 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