com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class WorkWeekCollection

    • Method Detail

      • add

        public void add(int index,
                        WorkWeek element)
        Inserts the specified element at the specified position in this list.
        Specified by:
        add in interface List<WorkWeek>
        Overrides:
        add in class AbstractList<WorkWeek>
        Parameters:
        index -
        element -
      • getParentCalendar

        public Calendar getParentCalendar()

        Returns Parent Calendar

        Returns:
        an instance of the Calendar class which is a parent calendar of this work week collection.
      • sort

        public void sort(Comparator<? super T> c)
        Parameters:
        c -