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