Modifier and Type | Field and 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.
|
Modifier and Type | Method and 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 |
DailyRepetitionBase.getCalendar()
Gets a calendar used to calculate a repetition.
|
Calendar |
MonthlyRepetitionBase.getCalendar()
Gets a calendar used to calculate a repetition.
|
Calendar |
WeeklyRepetitionBase.getCalendar()
Gets a calendar used to calculate a repetition.
|
Calendar |
YearlyRepetitionBase.getCalendar()
Gets a calendar used to calculate a repetition.
|
Calendar |
CalendarException.getParentCalendar()
Gets the parent calendar for this object.
|
Calendar |
CalendarExceptionCollection.getParentCalendar()
Returns parent calendar for this object.
|
Calendar |
WeekDayCollection.getParentCalendar()
Gets the parent calendar for this object.
|
Calendar |
WorkWeek.getParentCalendar()
Gets parent Calendar for special WorkWeek
|
Calendar |
WorkWeekCollection.getParentCalendar()
Returns Parent Calendar
|
static Calendar |
Calendar.make24HourCalendar()
Creates 24Hours Calendar named "24 Hours".
|
static Calendar |
Calendar.make24HourCalendar(Calendar calendar)
Makes a given Calendar to be a 24Hour Calendar.
|
static Calendar |
Calendar.makeNightShiftCalendar()
Creates Night Shift Calendar named "Night shift".
|
static Calendar |
Calendar.makeNightShiftCalendar(Calendar calendar)
Makes a given Calendar as Night Shift Calendar.
|
static Calendar |
Calendar.makeStandardCalendar()
Creates default standard 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.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Calendar> |
CalendarCollection.iterator()
Returns an iterator over elements from this collection.
|
List<Calendar> |
CalendarCollection.toList()
Converts the CalendarCollection object to a list of
Calendar objects. |
Modifier and Type | Method and 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)
Gets a calculator used to calculate a repetition.
|
com.aspose.tasks.RecurrenceDateCalculatorBase |
MonthlyRepetitionBase.getCalculator(Calendar calendar,
Duration duration)
Gets a calculator used to calculate a repetition.
|
com.aspose.tasks.RecurrenceDateCalculatorBase |
WeeklyRepetitionBase.getCalculator(Calendar calendar,
Duration duration)
Gets a calculator used to calculate a repetition.
|
com.aspose.tasks.RecurrenceDateCalculatorBase |
YearlyRepetitionBase.getCalculator(Calendar calendar,
Duration duration)
Gets a calculator used to calculate a repetition.
|
com.aspose.tasks.RecurrencePatternValidatorBase |
DailyRepetitionBase.getValidator(Calendar calendar)
Gets a validator for recurrence pattern.
|
com.aspose.tasks.RecurrencePatternValidatorBase |
MonthlyRepetitionBase.getValidator(Calendar calendar)
Gets a validator for recurrence pattern.
|
com.aspose.tasks.RecurrencePatternValidatorBase |
WeeklyRepetitionBase.getValidator(Calendar calendar)
Gets a validator for recurrence pattern.
|
com.aspose.tasks.RecurrencePatternValidatorBase |
YearlyRepetitionBase.getValidator(Calendar calendar)
Gets a validator for recurrence pattern.
|
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> outTP,
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 |
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.
|
Constructor and Description |
---|
WorkWeek(Calendar calendar)
Initializes a new instance of the
WorkWeek class. |