Modifier and Type | Method and Description |
---|---|
Calendar |
Calendar.getBaseCalendar()
The base calendar on which this calendar depends.
|
Calendar |
Task.getCalendar()
The task calendar.
|
Calendar |
Resource.getCalendar()
The calendar of a resource.
|
Calendar |
Project.getCalendar()
The project calendar.
|
Calendar |
Project.getCalendarByName(String name)
Returns a calendar with the specified name.
|
Calendar |
Project.getCalendarByUid(int uid)
Returns a calendar with the specified Uid.
|
static Calendar |
Calendar.make24HourCalendar()
Creates 24Hours Calendar named "24 Hours".
24Hours Calendar is a Calendar in which every day of week is working with Round-the-clock working hours.
|
static Calendar |
Calendar.make24HourCalendar(Calendar calendar)
Makes a given Calendar to be a 24Hour Calendar.
24Hours Calendar is a Calendar in which every day of week is working with Round-the-clock working hours.
|
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 |
Project.removeCalendar(int uid)
Removes calendar from a project.
|
Calendar |
Project.replaceCalendar(int uid,
Calendar newCal)
Replaces a calendar and all references to it.
|
Modifier and Type | Method and Description |
---|---|
List<Calendar> |
Project.getCalendars() |
Modifier and Type | Method and Description |
---|---|
static Calendar |
Calendar.make24HourCalendar(Calendar calendar)
Makes a given Calendar to be a 24Hour Calendar.
24Hours Calendar is a Calendar in which every day of week is working with Round-the-clock working hours.
|
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,
long time,
Calendar calendar,
List<TimephasedData> outTP,
boolean isWorking,
int type) |
Date |
ResourceAssignment.makeTPs(Date start,
long time,
long workTime,
Calendar calendar,
List<TimephasedData> outTP,
double units,
int type) |
Calendar |
Project.replaceCalendar(int uid,
Calendar newCal)
Replaces a calendar and all references to it.
|
void |
Calendar.setBaseCalendar(Calendar value) |
void |
Task.setCalendar(Calendar value) |
void |
Resource.setCalendar(Calendar value) |
void |
Project.setCalendar(Calendar value) |
void |
ResourceAssignment.splitTask(Date start,
Date finish,
Calendar calendar) |
void |
ResourceAssignment.timephasedDataFromTaskDuration(Calendar calendar)
Generates list of TimephasedData basen on the task duration and the scheduled start date.
|
Modifier and Type | Method and Description |
---|---|
void |
Project.setCalendars(List<Calendar> value) |
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.