From e0fdc2a193ba7b3c5c84aa0279c731ec7cacd4cc Mon Sep 17 00:00:00 2001 From: Aleksey Chevyrov Date: Fri, 19 Jun 2026 09:49:13 +0400 Subject: [PATCH] Aspose.Tasks for Java API update to 26.6 --- .../primaverataskproperties/_index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/english/java/com.aspose.tasks/primaverataskproperties/_index.md b/english/java/com.aspose.tasks/primaverataskproperties/_index.md index c596ed370..b4b7e3e19 100644 --- a/english/java/com.aspose.tasks/primaverataskproperties/_index.md +++ b/english/java/com.aspose.tasks/primaverataskproperties/_index.md @@ -36,6 +36,7 @@ Represents Primavera-specific properties for a task read from Primavera files (X | [getDurationType()](#getDurationType--) | Gets the value of 'Duration Type' field of the activity. | | [getPercentCompleteType()](#getPercentCompleteType--) | Gets the value of '% Complete Type' field of the activity. | | [getPhysicalPercentComplete()](#getPhysicalPercentComplete--) | Gets the value of Physical Percent Complete. | +| [getPlannedDuration()](#getPlannedDuration--) | Gets the original or planned duration -- the total working time from the task planned start date to the planned finish date.. | | [getPrimaryConstraintDate()](#getPrimaryConstraintDate--) | Gets the date of primary constraint. | | [getPrimaryConstraintType()](#getPrimaryConstraintType--) | Gets a type of primary constraint. | | [getRawActivityType()](#getRawActivityType--) | Gets raw text representation (as in source file) of 'Activity Type' field of the activity. | @@ -253,6 +254,16 @@ Applicable only to activities (non-summary tasks). **Returns:** double - the value of Physical Percent Complete. +### getPlannedDuration() {#getPlannedDuration--} +``` +public final Duration getPlannedDuration() +``` + + +Gets the original or planned duration -- the total working time from the task planned start date to the planned finish date.. + +**Returns:** +[Duration](../../com.aspose.tasks/duration) - the original or planned duration -- the total working time from the task planned start date to the planned finish date. ### getPrimaryConstraintDate() {#getPrimaryConstraintDate--} ``` public final Date getPrimaryConstraintDate()