com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class EndByRecurrenceRange



  • public class EndByRecurrenceRange
    extends RecurrenceRangeBase

    Represents the recurrence range of recurring task which is limited by finish day.

    • Constructor Detail

      • EndByRecurrenceRange

        public EndByRecurrenceRange()

        Initializes a new instance of the EndByRecurrenceRange class.

    • Method Detail

      • getFinish

        public final Date getFinish()

        Gets the date which limits the recurrence range of the recurring task.

        Returns:
        the date which limits the recurrence range of the recurring task.
      • setFinish

        public final void setFinish(Date value)

        Sets the date which limits the recurrence range of the recurring task.

        Parameters:
        value - the date which limits the recurrence range of the recurring task.