RecurringTaskInfo

RecurringTaskInfo class

Represents the details of a recurring task in a project.

The RecurringTaskInfo type exposes the following members:

Properties

NameDescription
recurrence_patternGets or sets a recurrence pattern of the recurring task.
start_dateGets or sets the date for the occurrences to begin.
end_dateGets or sets the date for the occurrences to end.
durationGets or sets the duration for one occurrence of the recurring task.
occurrencesGets or sets a number of occurrences of the recurring task.
use_end_dateGets or sets a value indicating whether to use the end date or a number of occurrences for the recurring task.
daily_repetitionsGets or sets a number of repetitions for the daily recurrence pattern.
daily_use_workdaysGets or sets a value indicating whether to use workdays for the daily recurrence pattern.
weekly_repetitionsGets or sets a number of repetitions for the weekly recurrence pattern.
weekly_daysGets or sets a collection of days used in the weekly recurrence pattern.
monthly_use_ordinal_dayGets or sets a value indicating whether to use ordinal day for the monthly recurrence pattern.
monthly_ordinal_numberGets or sets an ordinal number of the monthly recurrence pattern.
monthly_ordinal_repetitionsGets or sets a number of repetitions for the monthly recurrence pattern when using ordinal day.
monthly_dayGets or sets a number of day of the monthly recurrence pattern.
monthly_repetitionsGets or sets a number of repetitions for the monthly recurrence pattern.
yearly_use_ordinal_dayGets or sets a value indicating whether to use ordinal day for the yearly recurrence pattern.
yearly_dateGets or sets a date for the yearly recurrence pattern.
yearly_ordinal_numberGets or sets an ordinal number of the yearly recurrence pattern.
yearly_ordinal_monthGets or sets a month of the yearly recurrence pattern when using ordinal day.
taskGets the parent task of this instance of

See Also