RecurringTaskInfo

RecurringTaskInfo class

Represents the details of a recurring task in a project.

Methods

NameDescription
get_DailyRepetitionsGets a number of repetitions for the daily recurrence pattern.
get_DailyUseWorkdaysGets a value indicating whether to use workdays for the daily recurrence pattern.
get_DurationGets the duration for one occurrence of the recurring task.
get_EndDateGets the date for the occurrences to end.
get_MonthlyDayGets a number of day of the monthly recurrence pattern.
get_MonthlyOrdinalDayGets a day of the monthly recurrence pattern when using ordinal day.
get_MonthlyOrdinalNumberGets an ordinal number of the monthly recurrence pattern.
get_MonthlyOrdinalRepetitionsGets a number of repetitions for the monthly recurrence pattern when using ordinal day.
get_MonthlyRepetitionsGets a number of repetitions for the monthly recurrence pattern.
get_MonthlyUseOrdinalDayGets a value indicating whether to use ordinal day for the monthly recurrence pattern.
get_OccurrencesGets a number of occurrences of the recurring task.
get_RecurrencePatternGets a recurrence pattern of the recurring task.
get_StartDateGets the date for the occurrences to begin.
get_TaskGets the parent task of this instance of RecurringTaskInfo class.
get_UseEndDateGets a value indicating whether to use the end date or a number of occurrences for the recurring task.
get_WeeklyDaysGets a collection of days used in the weekly recurrence pattern.
get_WeeklyRepetitionsGets a number of repetitions for the weekly recurrence pattern.
get_YearlyDateGets a date for the yearly recurrence pattern.
get_YearlyOrdinalDayGets a weekday of the yearly recurrence pattern when using ordinal day.
get_YearlyOrdinalMonthGets a month of the yearly recurrence pattern when using ordinal day.
get_YearlyOrdinalNumberGets an ordinal number of the yearly recurrence pattern.
get_YearlyUseOrdinalDayGets a value indicating whether to use ordinal day for the yearly recurrence pattern.
set_DailyRepetitionsSets a number of repetitions for the daily recurrence pattern.
set_DailyUseWorkdaysSets a value indicating whether to use workdays for the daily recurrence pattern.
set_DurationSets the duration for one occurrence of the recurring task.
set_EndDateSets the date for the occurrences to end.
set_MonthlyDaySets a number of day of the monthly recurrence pattern.
set_MonthlyOrdinalDaySets a day of the monthly recurrence pattern when using ordinal day.
set_MonthlyOrdinalNumberSets an ordinal number of the monthly recurrence pattern.
set_MonthlyOrdinalRepetitionsSets a number of repetitions for the monthly recurrence pattern when using ordinal day.
set_MonthlyRepetitionsSets a number of repetitions for the monthly recurrence pattern.
set_MonthlyUseOrdinalDaySets a value indicating whether to use ordinal day for the monthly recurrence pattern.
set_OccurrencesSets a number of occurrences of the recurring task.
set_RecurrencePatternSets a recurrence pattern of the recurring task.
set_StartDateSets the date for the occurrences to begin.
set_UseEndDateSets a value indicating whether to use the end date or a number of occurrences for the recurring task.
set_WeeklyDaysSets a collection of days used in the weekly recurrence pattern.
set_WeeklyRepetitionsSets a number of repetitions for the weekly recurrence pattern.
set_YearlyDateSets a date for the yearly recurrence pattern.
set_YearlyOrdinalDaySets a weekday of the yearly recurrence pattern when using ordinal day.
set_YearlyOrdinalMonthSets a month of the yearly recurrence pattern when using ordinal day.
set_YearlyOrdinalNumberSets an ordinal number of the yearly recurrence pattern.
set_YearlyUseOrdinalDaySets a value indicating whether to use ordinal day for the yearly recurrence pattern.