Uses of Class
com.aspose.tasks.MonthlyRepetitionBase
-
-
Uses of MonthlyRepetitionBase in com.aspose.tasks
Subclasses of MonthlyRepetitionBase in com.aspose.tasks Modifier and Type Class Description class
ByMonthDayRepetition
Represents a pattern which is based on the absolute position of a day in a month.class
ByMonthWeekDayRepetition
Represents a pattern which is based on the position of weekday in a month.Methods in com.aspose.tasks that return MonthlyRepetitionBase Modifier and Type Method Description MonthlyRepetitionBase
MonthlyRecurrencePattern. getRepetition()
Gets the recurring repetition pattern.Methods in com.aspose.tasks with parameters of type MonthlyRepetitionBase Modifier and Type Method Description void
MonthlyRecurrencePattern. setRepetition(MonthlyRepetitionBase value)
Sets the recurring repetition pattern.
-