Uses of Class
com.aspose.tasks.Duration
-
-
Uses of Duration in com.aspose.tasks
Fields in com.aspose.tasks with type parameters of type Duration Modifier and Type Field Description static Key<Duration,Byte>Tsk. ACTUAL_DURATIONThe span of actual working time for a task, based on the scheduled duration and current remaining work or percent complete.static Key<Duration,Byte>Asn. ACTUAL_OVERTIME_WORKThe actual amount of an overtime work incurred on an assignment.static Key<Duration,Byte>Rsc. ACTUAL_OVERTIME_WORKThe actual amount of overtime work already performed by resource assigned to tasks.static Key<Duration,Byte>Tsk. ACTUAL_OVERTIME_WORKThe actual amount of overtime work already performed by resources assigned to tasks.static Key<Duration,Byte>Asn. ACTUAL_OVERTIME_WORK_PROTECTEDThe duration through which actual work is protected.static Key<Duration,Byte>Rsc. ACTUAL_OVERTIME_WORK_PROTECTEDThe amount of work through which actual overtime work is protected.static Key<Duration,Byte>Tsk. ACTUAL_OVERTIME_WORK_PROTECTEDThe duration through which actual overtime work is protected.static Key<Duration,Byte>Asn. ACTUAL_WORKThe actual amount of a work incurred on an assignment.static Key<Duration,Byte>Rsc. ACTUAL_WORKThe amount of work that has already been done by resource assigned to tasks.static Key<Duration,Byte>Tsk. ACTUAL_WORKThe amount of work that has already been done by resources assigned to tasks.static Key<Duration,Byte>Asn. ACTUAL_WORK_PROTECTEDThe duration through which actual overtime work is protected.static Key<Duration,Byte>Rsc. ACTUAL_WORK_PROTECTEDThe amount of work through which actual work is protected.static Key<Duration,Byte>Tsk. ACTUAL_WORK_PROTECTEDThe duration through which actual work is protected.static Key<Duration,Byte>Asn. BUDGET_WORKThe budgeted work amount for a work or material resources on an assignment.static Key<Duration,Byte>Rsc. BUDGET_WORKbudget work for budget work and material resources.static Key<Duration,Byte>Tsk. BUDGET_WORKBudget work for budget work and material resources.static Key<Duration,Byte>Asn. DELAYThe delay of an assignment.static Key<Duration,Byte>Tsk. DURATIONThe 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,Byte>Tsk. DURATION_VARIANCEThe difference between the baseline duration of a task and the total duration (current estimate) of a task.static Key<Duration,Byte>Asn. FINISH_VARIANCEThe variance of an assignment finish date from a baseline finish date.static Key<Duration,Byte>Tsk. FINISH_VARIANCEThe time that represents the difference between the baseline finish date of a task or assignment and its current finish date.static Key<Duration,Byte>Asn. LEVELING_DELAYThe delay caused by leveling.static Key<Duration,Byte>Tsk. LEVELING_DELAYThe time that a task is to be delayed from its early start date because of resource leveling.static Key<Duration,Byte>Tsk. MANUAL_DURATIONDefines manually scheduled duration of a task.static Key<Duration,Byte>Asn. OVERTIME_WORKThe scheduled overtime work of an assignment.static Key<Duration,Byte>Rsc. OVERTIME_WORKThe 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,Byte>Tsk. OVERTIME_WORKThe amount of overtime scheduled to be performed by all resources assigned to a task.static Key<Duration,Byte>Asn. REGULAR_WORKThe amount of a non-overtime work scheduled for an assignment.static Key<Duration,Byte>Rsc. REGULAR_WORKThe total amount of non overtime work scheduled to be performed by resource.static Key<Duration,Byte>Tsk. REGULAR_WORKThe total amount of non overtime work scheduled to be performed by resources.static Key<Duration,Byte>Tsk. REMAINING_DURATIONThe time that is required to complete the unfinished part of a task.static Key<Duration,Byte>Asn. REMAINING_OVERTIME_WORKThe remaining overtime work scheduled to complete an assignment.static Key<Duration,Byte>Rsc. REMAINING_OVERTIME_WORKThe amount of remaining scheduled overtime.static Key<Duration,Byte>Tsk. REMAINING_OVERTIME_WORKThe amount of remaining scheduled overtime time.static Key<Duration,Byte>Asn. REMAINING_WORKThe remaining work scheduled to complete an assignment.static Key<Duration,Byte>Rsc. REMAINING_WORKThe time still required to complete a task or set of tasks.static Key<Duration,Byte>Tsk. REMAINING_WORKThe time still required to complete a task or set of tasks.static Key<Duration,Byte>Asn. START_VARIANCEThe variance of an assignment start date from a baseline start date.static Key<Duration,Byte>Tsk. START_VARIANCEThe time that represents the difference between a baseline start date of a task or assignment and its currently scheduled start date.static Key<Duration,Byte>Asn. WORKThe amount of scheduled work for an assignment.static Key<Duration,Byte>Rsc. WORKThe total amount of time scheduled for a resource on a task.static Key<Duration,Byte>Tsk. WORKThe total time scheduled on a task for all assigned resources.static Key<Duration,Byte>Asn. WORK_VARIANCEThe difference between baseline work of a task and the currently scheduled work.static Key<Duration,Byte>Tsk. WORK_VARIANCEThe difference between baseline work of a task and the currently scheduled work.Methods in com.aspose.tasks that return Duration Modifier and Type Method Description DurationDuration. add(double val)Adds specified double value to this duration.DurationDuration. add(Duration d)Adds specified duration to this duration.DurationDuration. Clone()Creates and returns a deep copy of this instance.DurationDuration. convert(byte timeUnitType)Converts Duration object to another duration with specified time units.DurationTask. getActualDuration()Gets a value of ActualDuration.DurationResource. getActualOvertimeWork()Gets a value of ActualOvertimeWork.DurationResourceAssignment. getActualOvertimeWork()Gets a value of ActualOvertimeWork.DurationTask. getActualOvertimeWork()Gets a value of ActualOvertimeWork.DurationResource. getActualOvertimeWorkProtected()Gets a value of ActualOvertimeWorkProtected.DurationResourceAssignment. getActualOvertimeWorkProtected()Gets a value of ActualOvertimeWorkProtected.DurationTask. getActualOvertimeWorkProtected()Gets a value of ActualOvertimeWorkProtected.DurationResource. getActualWork()Gets a value of ActualWork.DurationResourceAssignment. getActualWork()Gets a value of ActualWork.DurationTask. getActualWork()Gets a value of ActualWork.DurationResource. getActualWorkProtected()Gets a value of ActualWorkProtected.DurationResourceAssignment. getActualWorkProtected()Gets a value of ActualWorkProtected.DurationTask. getActualWorkProtected()Gets a value of ActualWorkProtected.DurationResource. getBudgetWork()Gets a value of BudgetWork.DurationResourceAssignment. getBudgetWork()Gets a value of BudgetWork.DurationTask. getBudgetWork()Gets a value of BudgetWork.DurationResourceAssignment. getDelay()Gets a value of Delay.DurationProject. getDuration(double val)GetsDurationobject with the specified number of units and default duration format which is defined in project's settingsPrj.DURATION_FORMAT.DurationProject. getDuration(double val, byte timeUnit)GetsDurationobject with the specified number ofTimeUnitTypeunits.DurationRecurringTaskInfo. getDuration()Gets the duration for one occurrence of the recurring task.DurationRecurringTaskParameters. getDuration()Gets the duration for one occurrence of the recurring task.DurationTask. getDuration()Gets a value of Duration.DurationTaskBaseline. getDuration()Gets the scheduled duration of the task when the baseline was saved.DurationValue. getDuration()Gets the actual value which is used to represent Duration.DurationExtendedAttribute. getDurationValue()Gets value for attributes with 'Duration' type.DurationOutlineValue. getDurationValue()Gets the duration if Type is Duration.DurationTask. getDurationVariance()Gets a value of DurationVariance.DurationResourceAssignment. getFinishVariance()Gets a value of FinishVariance.DurationTask. getFinishVariance()Gets a value of FinishVariance.DurationResourceAssignment. getLevelingDelay()Gets a value of LevelingDelay.DurationTask. getLevelingDelay()Gets a value of LevelingDelay.DurationTask. getManualDuration()Gets a value of ManualDuration.DurationResource. getOvertimeWork()Gets a value of OvertimeWork.DurationResourceAssignment. getOvertimeWork()Gets a value of OvertimeWork.DurationTask. getOvertimeWork()Gets a value of OvertimeWork.DurationResource. getRegularWork()Gets a value of RegularWork.DurationResourceAssignment. getRegularWork()Gets a value of RegularWork.DurationTask. getRegularWork()Gets a value of RegularWork.DurationTask. getRemainingDuration()Gets a value of RemainingDuration.DurationResource. getRemainingOvertimeWork()Gets a value of RemainingOvertimeWork.DurationResourceAssignment. getRemainingOvertimeWork()Gets a value of RemainingOvertimeWork.DurationTask. getRemainingOvertimeWork()Gets a value of RemainingOvertimeWork.DurationResource. getRemainingWork()Gets a value of RemainingWork.DurationResourceAssignment. getRemainingWork()Gets a value of RemainingWork.DurationTask. getRemainingWork()Gets a value of RemainingWork.DurationRiskItemStatistics. getStandardDeviation()Gets the standard deviation of the risk item.DurationResourceAssignment. getStartVariance()Gets a value of StartVariance.DurationTask. getStartVariance()Gets a value of StartVariance.DurationBaseline. getWork()Gets the work assigned to a resource when the baseline is saved.DurationProject. getWork(double val)GetsDurationobject with the specifieddoublevalue and default work format.DurationResource. getWork()Gets a value of Work.DurationResourceAssignment. getWork()Gets a value of Work.DurationTask. getWork()Gets a value of Work.DurationResourceAssignment. getWorkVariance()Gets a value of WorkVariance.DurationTask. getWorkVariance()Gets a value of WorkVariance.static DurationDuration. parse(Project p, String value)Converts the specified string to the instance ofDurationstruct.DurationDuration. subtract(double val)Subtracts specified double value from this duration instance.DurationDuration. subtract(Duration d)Subtracts specified duration from this duration instance.Methods in com.aspose.tasks with parameters of type Duration Modifier and Type Method Description DurationDuration. add(Duration d)Adds specified duration to this duration.TaskLinkTaskLinkCollection. add(Task pred, Task succ, int linkType, Duration lag)Returns an instance ofTaskLinkwhich has been added to the TaskLinkCollection object.voidDuration. CloneTo(Duration that)Makes a deep copy of the instance into another instance.ExtendedAttributeExtendedAttributeDefinition. 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.booleanDuration. equals(Duration other)Returns a value indicating whether this instance is equal to a specified object.static booleanDuration. equals(Duration obj1, Duration obj2)Returns a value indicating whether specifiedobj1instance is equal to the specifiedobj2instance.com.aspose.tasks.RecurrenceDateCalculatorBaseDailyRepetitionBase. getCalculator(Calendar calendar, Duration duration)com.aspose.tasks.RecurrenceDateCalculatorBaseMonthlyRepetitionBase. getCalculator(Calendar calendar, Duration duration)com.aspose.tasks.RecurrenceDateCalculatorBaseWeeklyRepetitionBase. getCalculator(Calendar calendar, Duration duration)com.aspose.tasks.RecurrenceDateCalculatorBaseYearlyRepetitionBase. getCalculator(Calendar calendar, Duration duration)DateCalendar. getFinishDateByStartAndWork(Date start, Duration work)Calculates the date when the specified amount of work time will pass according to the calendar.DateICalendar. getFinishDateByStartAndWork(Date start, Duration work)Calculates the date when the specified amount of work time will pass according to the calendar.DateCalendar. getStartDateFromFinishAndDuration(Date finish, Duration duration)Returns start date based on the specified finish date and duration.DateICalendar. getStartDateFromFinishAndDuration(Date finish, Duration duration)Returns start date based on the specified finish date and duration.static booleanDuration. op_Equality(Duration a, Duration b)Returns a value indicating whether this instance is equal to a specified object.static booleanDuration. op_Inequality(Duration a, Duration b)Returns a value indicating whether this instance is not equal to a specified object.voidTask. setActualDuration(Duration value)Sets a value of ActualDuration.voidResource. setActualOvertimeWork(Duration value)Sets a value of ActualOvertimeWork.voidResourceAssignment. setActualOvertimeWork(Duration value)Sets a value of ActualOvertimeWork.voidTask. setActualOvertimeWork(Duration value)Sets a value of ActualOvertimeWork.voidResource. setActualOvertimeWorkProtected(Duration value)Sets a value of ActualOvertimeWorkProtected.voidResourceAssignment. setActualOvertimeWorkProtected(Duration value)Sets a value of ActualOvertimeWorkProtected.voidTask. setActualOvertimeWorkProtected(Duration value)Sets a value of ActualOvertimeWorkProtected.voidResource. setActualWork(Duration value)Sets a value of ActualWork.voidResourceAssignment. setActualWork(Duration value)Sets a value of ActualWork.voidTask. setActualWork(Duration value)Sets a value of ActualWork.voidResource. setActualWorkProtected(Duration value)Sets a value of ActualWorkProtected.voidResourceAssignment. setActualWorkProtected(Duration value)Sets a value of ActualWorkProtected.voidTask. setActualWorkProtected(Duration value)Sets a value of ActualWorkProtected.voidResource. setBudgetWork(Duration value)Sets a value of BudgetWork.voidResourceAssignment. setBudgetWork(Duration value)Sets a value of BudgetWork.voidTask. setBudgetWork(Duration value)Sets a value of BudgetWork.voidResourceAssignment. setDelay(Duration value)Sets a value of Delay.voidRecurringTaskInfo. setDuration(Duration value)Sets the duration for one occurrence of the recurring task.voidRecurringTaskParameters. setDuration(Duration value)Sets the duration for one occurrence of the recurring task.voidTask. setDuration(Duration value)Sets a value of Duration.voidTaskBaseline. setDuration(Duration value)Sets the scheduled duration of the task when the baseline was saved.voidValue. setDuration(Duration value)Sets the actual value which is used to represent Duration.voidExtendedAttribute. setDurationValue(Duration value)Sets value for attributes with 'Duration' type.voidOutlineValue. setDurationValue(Duration value)Sets the duration if Type is Duration.voidTask. setDurationVariance(Duration value)Sets a value of DurationVariance.voidResourceAssignment. setFinishVariance(Duration value)Sets a value of FinishVariance.voidTask. setFinishVariance(Duration value)Sets a value of FinishVariance.voidResourceAssignment. setLevelingDelay(Duration value)Sets a value of LevelingDelay.voidTask. setLevelingDelay(Duration value)Sets a value of LevelingDelay.voidTask. setManualDuration(Duration value)Sets a value of ManualDuration.voidResource. setOvertimeWork(Duration value)Sets a value of OvertimeWork.voidResourceAssignment. setOvertimeWork(Duration value)Sets a value of OvertimeWork.voidTask. setOvertimeWork(Duration value)Sets a value of OvertimeWork.voidResource. setRegularWork(Duration value)Sets a value of RegularWork.voidResourceAssignment. setRegularWork(Duration value)Sets a value of RegularWork.voidTask. setRegularWork(Duration value)Sets a value of RegularWork.voidTask. setRemainingDuration(Duration value)Sets a value of RemainingDuration.voidResource. setRemainingOvertimeWork(Duration value)Sets a value of RemainingOvertimeWork.voidResourceAssignment. setRemainingOvertimeWork(Duration value)Sets a value of RemainingOvertimeWork.voidTask. setRemainingOvertimeWork(Duration value)Sets a value of RemainingOvertimeWork.voidResource. setRemainingWork(Duration value)Sets a value of RemainingWork.voidResourceAssignment. setRemainingWork(Duration value)Sets a value of RemainingWork.voidTask. setRemainingWork(Duration value)Sets a value of RemainingWork.voidResourceAssignment. setStartVariance(Duration value)Sets a value of StartVariance.voidTask. setStartVariance(Duration value)Sets a value of StartVariance.voidBaseline. setWork(Duration value)Sets the work assigned to a resource when the baseline is saved.voidResource. setWork(Duration value)Sets a value of Work.voidResourceAssignment. setWork(Duration value)Sets a value of Work.voidTask. setWork(Duration value)Sets a value of Work.voidResourceAssignment. setWorkVariance(Duration value)Sets a value of WorkVariance.voidTask. setWorkVariance(Duration value)Sets a value of WorkVariance.DurationDuration. subtract(Duration d)Subtracts specified duration from this duration instance.Constructors in com.aspose.tasks with parameters of type Duration Constructor Description GraphicalIndicatorCriteriaValue(Duration durationValue)Creates an instance of GraphicalIndicatorCriteriaValue class with constant Duration value.
-