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. CALENDAR
The project calendar.static Key<Calendar,Integer>
Rsc. CALENDAR
The calendar of a resource.static Key<Calendar,Integer>
Tsk. CALENDAR
The task calendar.Methods in com.aspose.tasks that return Calendar Modifier and Type Method Description Calendar
CalendarCollection. add(String name)
Adds a new base calendar to this CalendarCollection object and returns added calendar.Calendar
CalendarCollection. add(String name, Calendar baseCalendar)
Adds a new calendar with specified base calendar to this CalendarCollection object and returns added calendar.Calendar
CalendarCollection. get(int index)
(@inheritDoc}Calendar
Calendar. getBaseCalendar()
Gets the base calendar on which this calendar depends.Calendar
CalendarCollection. getByName(String name)
Returns a calendar with the specified name.Calendar
CalendarCollection. getByUid(int uid)
Returns a calendar with the specified UID.Calendar
Project. getCalendar()
Gets a value of Calendar.Calendar
Resource. getCalendar()
Gets a value of Calendar.Calendar
Task. getCalendar()
Gets a value of Calendar.Calendar
CalendarException. getParentCalendar()
Gets the parent calendar for this object.Calendar
CalendarExceptionCollection. getParentCalendar()
Gets the parent calendar for this object.Calendar
WorkWeekCollection. getParentCalendar()
Gets the parent calendar.static Calendar
Calendar. make24HourCalendar(Calendar calendar)
Makes a given Calendar to be a 24Hour Calendar.static Calendar
Calendar. makeNightShiftCalendar(Calendar calendar)
Makes a given Calendar as Night Shift Calendar.static Calendar
Calendar. makeStandardCalendar(Calendar calendar)
Creates default standard calendar.Calendar
CalendarCollection. remove(int index)
Removes the element at the specified position in this list.Calendar
CalendarCollection. 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 ofCalendar
objects.Methods in com.aspose.tasks with parameters of type Calendar Modifier and Type Method Description Calendar
CalendarCollection. add(String name, Calendar baseCalendar)
Adds a new calendar with specified base calendar to this CalendarCollection object and returns added calendar.com.aspose.tasks.RecurrenceDateCalculatorBase
DailyRepetitionBase. getCalculator(Calendar calendar, Duration duration)
com.aspose.tasks.RecurrenceDateCalculatorBase
MonthlyRepetitionBase. getCalculator(Calendar calendar, Duration duration)
com.aspose.tasks.RecurrenceDateCalculatorBase
WeeklyRepetitionBase. getCalculator(Calendar calendar, Duration duration)
com.aspose.tasks.RecurrenceDateCalculatorBase
YearlyRepetitionBase. getCalculator(Calendar calendar, Duration duration)
com.aspose.tasks.RecurrencePatternValidatorBase
DailyRepetitionBase. getValidator(Calendar calendar)
com.aspose.tasks.RecurrencePatternValidatorBase
MonthlyRepetitionBase. getValidator(Calendar calendar)
com.aspose.tasks.RecurrencePatternValidatorBase
WeeklyRepetitionBase. getValidator(Calendar calendar)
com.aspose.tasks.RecurrencePatternValidatorBase
YearlyRepetitionBase. getValidator(Calendar calendar)
static Calendar
Calendar. make24HourCalendar(Calendar calendar)
Makes a given Calendar to be a 24Hour Calendar.static Calendar
Calendar. makeNightShiftCalendar(Calendar calendar)
Makes a given Calendar as Night Shift Calendar.static Calendar
Calendar. makeStandardCalendar(Calendar calendar)
Creates default standard calendar.Date
ResourceAssignment. makeTPs(Date start, double time, Calendar calendar, List<TimephasedData> list, boolean isWorking, int type)
Generates a list of time phased data.Calendar
CalendarCollection. set(int index, Calendar element)
Replaces the element at the specified position in this list with the specified element.void
Calendar. setBaseCalendar(Calendar value)
Sets the base calendar on which this calendar depends.void
Project. setCalendar(Calendar value)
Sets a value of Calendar.void
Resource. setCalendar(Calendar value)
Sets a value of Calendar.void
Task. setCalendar(Calendar value)
Sets a value of Calendar.void
ResourceAssignment. splitTask(Date start, Date finish, Calendar calendar)
Splits task into two parts.void
ResourceAssignment. timephasedDataFromTaskDuration(Calendar calendar)
Generates list of time phased data based on the task duration and the scheduled start date.
-