RecurringTaskInfo
Contents
[
Hide
]RecurringTaskInfo class
Represents the details of a recurring task in a project.
Methods
| Name | Description |
|---|---|
| get_DailyRepetitions | Gets a number of repetitions for the daily recurrence pattern. |
| get_DailyUseWorkdays | Gets a value indicating whether to use workdays for the daily recurrence pattern. |
| get_Duration | Gets the duration for one occurrence of the recurring task. |
| get_EndDate | Gets the date for the occurrences to end. |
| get_MonthlyDay | Gets a number of day of the monthly recurrence pattern. |
| get_MonthlyOrdinalDay | Gets a day of the monthly recurrence pattern when using ordinal day. |
| get_MonthlyOrdinalNumber | Gets an ordinal number of the monthly recurrence pattern. |
| get_MonthlyOrdinalRepetitions | Gets a number of repetitions for the monthly recurrence pattern when using ordinal day. |
| get_MonthlyRepetitions | Gets a number of repetitions for the monthly recurrence pattern. |
| get_MonthlyUseOrdinalDay | Gets a value indicating whether to use ordinal day for the monthly recurrence pattern. |
| get_Occurrences | Gets a number of occurrences of the recurring task. |
| get_RecurrencePattern | Gets a recurrence pattern of the recurring task. |
| get_StartDate | Gets the date for the occurrences to begin. |
| get_Task | Gets the parent task of this instance of RecurringTaskInfo class. |
| get_UseEndDate | Gets a value indicating whether to use the end date or a number of occurrences for the recurring task. |
| get_WeeklyDays | Gets a collection of days used in the weekly recurrence pattern. |
| get_WeeklyRepetitions | Gets a number of repetitions for the weekly recurrence pattern. |
| get_YearlyDate | Gets a date for the yearly recurrence pattern. |
| get_YearlyOrdinalDay | Gets a weekday of the yearly recurrence pattern when using ordinal day. |
| get_YearlyOrdinalMonth | Gets a month of the yearly recurrence pattern when using ordinal day. |
| get_YearlyOrdinalNumber | Gets an ordinal number of the yearly recurrence pattern. |
| get_YearlyUseOrdinalDay | Gets a value indicating whether to use ordinal day for the yearly recurrence pattern. |
| set_DailyRepetitions | Sets a number of repetitions for the daily recurrence pattern. |
| set_DailyUseWorkdays | Sets a value indicating whether to use workdays for the daily recurrence pattern. |
| set_Duration | Sets the duration for one occurrence of the recurring task. |
| set_EndDate | Sets the date for the occurrences to end. |
| set_MonthlyDay | Sets a number of day of the monthly recurrence pattern. |
| set_MonthlyOrdinalDay | Sets a day of the monthly recurrence pattern when using ordinal day. |
| set_MonthlyOrdinalNumber | Sets an ordinal number of the monthly recurrence pattern. |
| set_MonthlyOrdinalRepetitions | Sets a number of repetitions for the monthly recurrence pattern when using ordinal day. |
| set_MonthlyRepetitions | Sets a number of repetitions for the monthly recurrence pattern. |
| set_MonthlyUseOrdinalDay | Sets a value indicating whether to use ordinal day for the monthly recurrence pattern. |
| set_Occurrences | Sets a number of occurrences of the recurring task. |
| set_RecurrencePattern | Sets a recurrence pattern of the recurring task. |
| set_StartDate | Sets the date for the occurrences to begin. |
| set_UseEndDate | Sets a value indicating whether to use the end date or a number of occurrences for the recurring task. |
| set_WeeklyDays | Sets a collection of days used in the weekly recurrence pattern. |
| set_WeeklyRepetitions | Sets a number of repetitions for the weekly recurrence pattern. |
| set_YearlyDate | Sets a date for the yearly recurrence pattern. |
| set_YearlyOrdinalDay | Sets a weekday of the yearly recurrence pattern when using ordinal day. |
| set_YearlyOrdinalMonth | Sets a month of the yearly recurrence pattern when using ordinal day. |
| set_YearlyOrdinalNumber | Sets an ordinal number of the yearly recurrence pattern. |
| set_YearlyUseOrdinalDay | Sets a value indicating whether to use ordinal day for the yearly recurrence pattern. |