Package com.aspose.tasks
Class YearlyRepetitionBase
- java.lang.Object
-
- com.aspose.tasks.YearlyRepetitionBase
-
- Direct Known Subclasses:
ByYearDayRepetition,ByYearWeekDayRepetition
public abstract class YearlyRepetitionBase extends Object
Represents a base pattern for yearly day position.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.aspose.tasks.RecurrenceDateCalculatorBasegetCalculator(Calendar calendar, Duration duration)com.aspose.tasks.RecurrencePatternValidatorBasegetValidator(Calendar calendar)
-
-
-
Method Detail
-
getCalculator
public final com.aspose.tasks.RecurrenceDateCalculatorBase getCalculator(Calendar calendar, Duration duration)
- Parameters:
calendar-duration-- Returns:
-
getValidator
public final com.aspose.tasks.RecurrencePatternValidatorBase getValidator(Calendar calendar)
- Parameters:
calendar-- Returns:
-
-