Modifier and Type | Field and Description |
---|---|
static Key<Duration,Integer> |
Tsk.ACTUAL_DURATION
The span of actual working time for a task, based on the scheduled duration and current remaining work or percent
complete.
|
static Key<Duration,Integer> |
Asn.ACTUAL_OVERTIME_WORK
The actual amount of an overtime work incurred on an assignment.
|
static Key<Duration,Integer> |
Rsc.ACTUAL_OVERTIME_WORK
The actual amount of overtime work already performed by resource assigned to tasks.
|
static Key<Duration,Integer> |
Tsk.ACTUAL_OVERTIME_WORK
The actual amount of overtime work already performed by resources assigned to tasks.
|
static Key<Duration,Integer> |
Asn.ACTUAL_OVERTIME_WORK_PROTECTED
The duration through which actual work is protected.
|
static Key<Duration,Integer> |
Rsc.ACTUAL_OVERTIME_WORK_PROTECTED
The amount of work through which actual overtime work is protected.
|
static Key<Duration,Integer> |
Tsk.ACTUAL_OVERTIME_WORK_PROTECTED
The duration through which actual overtime work is protected.
|
static Key<Duration,Integer> |
Asn.ACTUAL_WORK
The actual amount of a work incurred on an assignment.
|
static Key<Duration,Integer> |
Rsc.ACTUAL_WORK
The amount of work that has already been done by resource assigned to tasks.
|
static Key<Duration,Integer> |
Tsk.ACTUAL_WORK
The amount of work that has already been done by resources assigned to tasks.
|
static Key<Duration,Integer> |
Asn.ACTUAL_WORK_PROTECTED
The duration through which actual overtime work is protected.
|
static Key<Duration,Integer> |
Rsc.ACTUAL_WORK_PROTECTED
The amount of work through which actual work is protected.
|
static Key<Duration,Integer> |
Tsk.ACTUAL_WORK_PROTECTED
The duration through which actual work is protected.
|
static Key<Duration,Integer> |
Asn.BUDGET_WORK
The budgeted work amount for a work or material resources on an assignment.
|
static Key<Duration,Integer> |
Rsc.BUDGET_WORK
budget work for budget work and material resources.
|
static Key<Duration,Integer> |
Tsk.BUDGET_WORK
Budget work for budget work and material resources.
|
static Key<Duration,Integer> |
Asn.DELAY
The delay of an assignment.
|
static Key<Duration,Integer> |
Tsk.DURATION
The total span of active working time for a task as entered or as calculated by Microsoft Project based on start
date, finish date, calendars, and other scheduling factors.
|
static Key<Duration,Integer> |
Tsk.DURATION_VARIANCE
The difference between the baseline duration of a task and the total duration (current estimate) of a task.
|
static Key<Duration,Integer> |
Asn.FINISH_VARIANCE
The variance of an assignment finish date from a baseline finish date.
|
static Key<Duration,Integer> |
Tsk.FINISH_VARIANCE
The time that represents the difference between the baseline finish date of a task or assignment and its current
finish date.
|
static Key<Duration,Integer> |
Asn.LEVELING_DELAY
The delay caused by leveling.
|
static Key<Duration,Integer> |
Tsk.LEVELING_DELAY
The time that a task is to be delayed from its early start date because of resource leveling.
|
static Key<Duration,Integer> |
Tsk.MANUAL_DURATION
Defines manually scheduled duration of a task.
|
static Key<Duration,Integer> |
Asn.OVERTIME_WORK
The scheduled overtime work of an assignment.
|
static Key<Duration,Integer> |
Rsc.OVERTIME_WORK
The amount of overtime scheduled to be performed by a resource on a task and charged at the overtime rates of the
resources involved.
|
static Key<Duration,Integer> |
Tsk.OVERTIME_WORK
The amount of overtime scheduled to be performed by all resources assigned to a task.
|
static Key<Duration,Integer> |
Asn.REGULAR_WORK
The amount of a non-overtime work scheduled for an assignment.
|
static Key<Duration,Integer> |
Rsc.REGULAR_WORK
The total amount of non overtime work scheduled to be performed by resource.
|
static Key<Duration,Integer> |
Tsk.REGULAR_WORK
The total amount of non overtime work scheduled to be performed by resources.
|
static Key<Duration,Integer> |
Tsk.REMAINING_DURATION
The time that is required to complete the unfinished part of a task.
|
static Key<Duration,Integer> |
Asn.REMAINING_OVERTIME_WORK
The remaining overtime work scheduled to complete an assignment.
|
static Key<Duration,Integer> |
Rsc.REMAINING_OVERTIME_WORK
The amount of remaining scheduled overtime.
|
static Key<Duration,Integer> |
Tsk.REMAINING_OVERTIME_WORK
The amount of remaining scheduled overtime time.
|
static Key<Duration,Integer> |
Asn.REMAINING_WORK
The remaining work scheduled to complete an assignment.
|
static Key<Duration,Integer> |
Rsc.REMAINING_WORK
The time still required to complete a task or setInternal of tasks.
|
static Key<Duration,Integer> |
Tsk.REMAINING_WORK
The time still required to complete a task or setInternal of tasks.
|
static Key<Duration,Integer> |
Asn.START_VARIANCE
The variance of an assignment start date from a baseline start date.
|
static Key<Duration,Integer> |
Tsk.START_VARIANCE
The time that represents the difference between a baseline start date of a task or assignment and its currently
scheduled start date.
|
static Key<Duration,Integer> |
Asn.WORK
The amount of scheduled work for an assignment.
|
static Key<Duration,Integer> |
Rsc.WORK
The total amount of time scheduled for a resource on a task.
|
static Key<Duration,Integer> |
Tsk.WORK
The total time scheduled on a task for all assigned resources.
|
static Key<Duration,Integer> |
Asn.WORK_VARIANCE
The difference between baseline work of a task and the currently scheduled work.
|
static Key<Duration,Integer> |
Tsk.WORK_VARIANCE
The difference between baseline work of a task and the currently scheduled work.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Duration.add(double val)
Adds specified double value to this duration.
|
Duration |
Duration.add(Duration d)
Adds specified duration to this duration.
|
Duration |
Duration.Clone()
Returns deep copy of the instance.
|
Duration |
Duration.convert(int timeUnitType)
Converts Duration object to another duration with specified time units.
|
Duration |
RecurringTaskInfo.getDuration()
Gets the duration for one occurrence of the recurring task.
|
Duration |
RecurringTaskParameters.getDuration()
Gets the duration for one occurrence of the recurring task.
|
Duration |
TaskBaseline.getDuration()
Gets the scheduled duration of the task when the baseline was saved.
|
Duration |
Value.getDuration()
Gets the actual value which is used to represent Duration.
|
Duration |
Project.getDuration(double val)
Gets
Duration object with the specified double value and default duration format. |
Duration |
Project.getDuration(double val,
int timeUnit)
|
Duration |
ExtendedAttribute.getDurationValue()
Gets value for attributes with 'Duration' type.
|
Duration |
OutlineValue.getDurationValue()
Gets the duration if Type is Duration.
|
Duration |
RiskItemStatistics.getStandardDeviation()
Gets the standard deviation of the risk item.
|
Duration |
Baseline.getWork()
Gets the work assigned to a resource when the baseline is saved.
|
Duration |
Project.getWork(double val)
Gets
Duration object with the specified double value and default work format. |
static Duration |
Duration.parse(Project p,
String value)
Converts the specified string to the instance of
Duration struct. |
Duration |
Duration.subtract(double val)
Subtracts specified double value from this duration instance.
|
Duration |
Duration.subtract(Duration d)
Subtracts specified duration from this duration instance.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Duration.add(Duration d)
Adds specified duration to this duration.
|
TaskLink |
TaskLinkCollection.add(Task pred,
Task succ,
int linkType,
Duration lag)
Returns an instance of
TaskLink which has been added to the TaskLinkCollection object. |
void |
Duration.CloneTo(Duration that)
Makes a deep copy of the instance into another instance.
|
ExtendedAttribute |
ExtendedAttributeDefinition.createExtendedAttribute(Duration durationValue)
Creates a new extended attribute with the field ID which equals to this object's field ID value and the specified
duration value.
|
boolean |
Duration.equals(Duration other)
Returns a value indicating whether this instance is equal to a specified object.
|
static boolean |
Duration.equals(Duration obj1,
Duration obj2)
Returns a value indicating whether specified
obj1 instance is equal to the specified obj2
instance. |
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.
|
Date |
Calendar.getFinishDateByStartAndWork(Date start,
Duration work)
Calculates the date when the specified amount of work time will pass according to the calendar.
|
Date |
Calendar.getStartDateFromFinishAndDuration(Date finish,
Duration duration)
Returns StartDate based on specified FinishDate and Duration.
|
void |
RecurringTaskInfo.setDuration(Duration value)
Sets the duration for one occurrence of the recurring task.
|
void |
RecurringTaskParameters.setDuration(Duration value)
Sets the duration for one occurrence of the recurring task.
|
void |
TaskBaseline.setDuration(Duration value)
Sets the scheduled duration of the task when the baseline was saved.
|
void |
Value.setDuration(Duration value)
Sets the actual value which is used to represent Duration.
|
void |
ExtendedAttribute.setDurationValue(Duration value)
Sets value for attributes with 'Duration' type.
|
void |
OutlineValue.setDurationValue(Duration value)
Sets the duration if Type is Duration.
|
void |
Baseline.setWork(Duration value)
Sets the work assigned to a resource when the baseline is saved.
|
Duration |
Duration.subtract(Duration d)
Subtracts specified duration from this duration instance.
|