Uses of Class
com.aspose.tasks.RecurrencePatternBase
-
-
Uses of RecurrencePatternBase in com.aspose.tasks
Subclasses of RecurrencePatternBase in com.aspose.tasks Modifier and Type Class Description class
DailyRecurrencePattern
Represents the set of parameters are used to create a daily recurring task in a project.class
MonthlyRecurrencePattern
Represents the set of parameters are used to create a monthly recurring task in a project.class
WeeklyRecurrencePattern
Represents the set of parameters are used to create a weekly recurring task in a project.class
YearlyRecurrencePattern
Represents the set of parameters are used to create a yearly recurring task in a project.Methods in com.aspose.tasks that return RecurrencePatternBase Modifier and Type Method Description RecurrencePatternBase
RecurringTaskParameters. getRecurrencePattern()
Gets the recurrence pattern of the recurring task.Methods in com.aspose.tasks with parameters of type RecurrencePatternBase Modifier and Type Method Description void
RecurringTaskParameters. setRecurrencePattern(RecurrencePatternBase value)
Sets the recurrence pattern of the recurring task.
-