RecurringTaskInfo
Contents
[
Hide
]RecurringTaskInfo class
Represents the details of a recurring task in a project.
The RecurringTaskInfo type exposes the following members:
Properties
Name | Description |
---|---|
recurrence_pattern | Gets or sets a recurrence pattern of the recurring task. |
start_date | Gets or sets the date for the occurrences to begin. |
end_date | Gets or sets the date for the occurrences to end. |
duration | Gets or sets the duration for one occurrence of the recurring task. |
occurrences | Gets or sets a number of occurrences of the recurring task. |
use_end_date | Gets or sets a value indicating whether to use the end date or a number of occurrences for the recurring task. |
daily_repetitions | Gets or sets a number of repetitions for the daily recurrence pattern. |
daily_use_workdays | Gets or sets a value indicating whether to use workdays for the daily recurrence pattern. |
weekly_repetitions | Gets or sets a number of repetitions for the weekly recurrence pattern. |
weekly_days | Gets or sets a collection of days used in the weekly recurrence pattern. |
monthly_use_ordinal_day | Gets or sets a value indicating whether to use ordinal day for the monthly recurrence pattern. |
monthly_ordinal_number | Gets or sets an ordinal number of the monthly recurrence pattern. |
monthly_ordinal_repetitions | Gets or sets a number of repetitions for the monthly recurrence pattern when using ordinal day. |
monthly_day | Gets or sets a number of day of the monthly recurrence pattern. |
monthly_repetitions | Gets or sets a number of repetitions for the monthly recurrence pattern. |
yearly_use_ordinal_day | Gets or sets a value indicating whether to use ordinal day for the yearly recurrence pattern. |
yearly_date | Gets or sets a date for the yearly recurrence pattern. |
yearly_ordinal_number | Gets or sets an ordinal number of the yearly recurrence pattern. |
yearly_ordinal_month | Gets or sets a month of the yearly recurrence pattern when using ordinal day. |
task | Gets the parent task of this instance of RecurringTaskInfo class. |
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks