Modifier and Type | Field and Description |
---|---|
static Key<Calendar,Integer> |
Tsk.CALENDAR
The task calendar.
|
static Key<Calendar,Integer> |
Rsc.CALENDAR
The calendar of a resource.
|
static Key<Calendar,Integer> |
Prj.CALENDAR
The project 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 |
Calendar.getBaseCalendar()
Returns 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 |
WeekDayCollection.getParentCalendar()
Returns parent calendar for this object.
|
Calendar |
CalendarExceptionCollection.getParentCalendar()
Returns parent calendar for this object.
|
Calendar |
CalendarException.getParentCalendar()
Returns parent calendar for this object.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Calendar> |
CalendarCollection.iterator() |
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.
|
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.
|
void |
CalendarCollection.remove(Calendar calendar)
Removes Calendar from Project CalendarCollection.
|
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 a list of TimephasedData values based on the task duration and the scheduled start date.
|
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.