Uses of Class
com.aspose.tasks.Calendar
-
-
Uses of Calendar in com.aspose.tasks
Fields in com.aspose.tasks with type parameters of type Calendar Modifier and Type Field Description static Key<Calendar,Integer>Prj. CALENDARThe project calendar.static Key<Calendar,Integer>Rsc. CALENDARThe calendar of a resource.static Key<Calendar,Integer>Tsk. CALENDARThe task calendar.Methods in com.aspose.tasks that return Calendar Modifier and Type Method Description CalendarCalendarCollection. add(String name)Adds a new base calendar to this CalendarCollection object and returns added calendar.CalendarCalendarCollection. add(String name, Calendar baseCalendar)Adds a new calendar with specified base calendar to this CalendarCollection object and returns added calendar.CalendarCalendarCollection. get(int index)(@inheritDoc}CalendarCalendar. getBaseCalendar()Gets the base calendar on which this calendar depends.CalendarCalendarCollection. getByName(String name)Returns a calendar with the specified name.CalendarCalendarCollection. getByUid(int uid)Returns a calendar with the specified UID.CalendarCalendarException. getParentCalendar()Gets the parent calendar for this object.CalendarCalendarExceptionCollection. getParentCalendar()Gets the parent calendar for this object.CalendarWorkWeekCollection. getParentCalendar()Gets the parent calendar.static CalendarCalendar. make24HourCalendar(Calendar calendar)Makes a given Calendar to be a 24Hour Calendar.static CalendarCalendar. makeNightShiftCalendar(Calendar calendar)Makes a given Calendar as Night Shift Calendar.static CalendarCalendar. makeStandardCalendar(Calendar calendar)Creates default standard calendar.CalendarCalendarCollection. remove(int index)Removes the element at the specified position in this list.CalendarCalendarCollection. set(int index, Calendar element)Replaces the element at the specified position in this list with the specified element.Methods in com.aspose.tasks that return types with arguments of type Calendar Modifier and Type Method Description Iterator<Calendar>CalendarCollection. iterator()Returns an enumerator for this collection.List<Calendar>CalendarCollection. toList()Converts the CalendarCollection object to a list ofCalendarobjects.Methods in com.aspose.tasks with parameters of type Calendar Modifier and Type Method Description CalendarCalendarCollection. add(String name, Calendar baseCalendar)Adds a new calendar with specified base calendar to this CalendarCollection object and returns added calendar.com.aspose.tasks.RecurrenceDateCalculatorBaseDailyRepetitionBase. getCalculator(Calendar calendar, Duration duration)com.aspose.tasks.RecurrenceDateCalculatorBaseMonthlyRepetitionBase. getCalculator(Calendar calendar, Duration duration)com.aspose.tasks.RecurrenceDateCalculatorBaseWeeklyRepetitionBase. getCalculator(Calendar calendar, Duration duration)com.aspose.tasks.RecurrenceDateCalculatorBaseYearlyRepetitionBase. getCalculator(Calendar calendar, Duration duration)com.aspose.tasks.RecurrencePatternValidatorBaseDailyRepetitionBase. getValidator(Calendar calendar)com.aspose.tasks.RecurrencePatternValidatorBaseMonthlyRepetitionBase. getValidator(Calendar calendar)com.aspose.tasks.RecurrencePatternValidatorBaseWeeklyRepetitionBase. getValidator(Calendar calendar)com.aspose.tasks.RecurrencePatternValidatorBaseYearlyRepetitionBase. getValidator(Calendar calendar)static CalendarCalendar. make24HourCalendar(Calendar calendar)Makes a given Calendar to be a 24Hour Calendar.static CalendarCalendar. makeNightShiftCalendar(Calendar calendar)Makes a given Calendar as Night Shift Calendar.static CalendarCalendar. makeStandardCalendar(Calendar calendar)Creates default standard calendar.DateResourceAssignment. makeTPs(Date start, double time, Calendar calendar, List<TimephasedData> list, boolean isWorking, int type)Generates a list of time phased data.CalendarCalendarCollection. set(int index, Calendar element)Replaces the element at the specified position in this list with the specified element.voidCalendar. setBaseCalendar(Calendar value)Sets the base calendar on which this calendar depends.voidResourceAssignment. splitTask(Date start, Date finish, Calendar calendar)Splits task into two parts.voidResourceAssignment. timephasedDataFromTaskDuration(Calendar calendar)Generates list of time phased data based on the task duration and the scheduled start date.Constructors in com.aspose.tasks with parameters of type Calendar Constructor Description WorkWeek(Calendar calendar)Deprecated.This constructor is obsolete and will be removed after the release 22.01.
-