RecurringTaskParameters
Contents
[
Hide
]RecurringTaskParameters class
Represents the set of parameters are used to create a recurring task in a project.
The RecurringTaskParameters type exposes the following members:
Constructors
| Name | Description | 
|---|---|
| RecurringTaskParameters() | Initializes a new instance of the RecurringTaskParameters class. | 
Properties
| Name | Description | 
|---|---|
| duration | Gets or sets the duration for one occurrence of the recurring task. | 
| ignore_resource_calendar | Gets or sets a value indicating whether to schedule the recurring task even if it does not happen when any resources are available to work on it. | 
| recurrence_pattern | Gets or sets the recurrence pattern of the recurring task. | 
| task_name | Gets or sets the name of the recurring task. | 
Methods
| Name | Description | 
|---|---|
| set_calendar(project, calendar_name) | Set a calendar for recurring task. The calendar is selected from project calendar collection. | 
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks