Skip to main content

TdxGanttControlRecurrenceType Enum

Enumerates task frequency types.

Declaration

TdxGanttControlRecurrenceType = (
    Daily,
    Weekly,
    AbsoluteMonthly,
    RelativeMonthly,
    AbsoluteYearly,
    RelativeYearly
);

Members

Name Description
Daily

A task repeats once per the specified number of days.

Weekly

A task repeats on the same day after the specified number of weeks. You can specify multiple days for the recurring task.

AbsoluteMonthly

A task repeats on the same day once per the specified number of months.

RelativeMonthly

A task repeats on the same day of the week in the same relative position in the month, based on the number of months between each occurrence (for instance, every second Monday of the month).

AbsoluteYearly

A task repeats on the same day and month after the specified number of years.

RelativeYearly

A task repeats on the same day of the week in the same relative position in a specific month, based on the number of years between each occurrence (for instance, every last Monday of November).

Remarks

Create a Recurring Task at Runtime

The “Recurring Task Information“ dialog allows users to change recurrence pattern settings.

Task Information Dialog Example

A user can right-click any row in the Task View‘s sheet and click “Insert Recurring Task…” in the context menu to invoke the dialog.

Insert Task Menu Item

A recurrence pattern’s Type property references the TdxGanttControlRecurrenceType type.

See Also