ProjectManagementDocumentInfo
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.documentinfo.DocumentInfo
public class ProjectManagementDocumentInfo extends DocumentInfo
Contains ProjectManagement document metadata
| Constructor | Description |
|---|---|
| ProjectManagementDocumentInfo(Project project, FileType format, long size) |
| Method | Description |
|---|---|
| getTasksCount() | Gets task count |
| getStartDate() | Gets Project start date |
| getEndDate() | Gets Project end date |
public ProjectManagementDocumentInfo(Project project, FileType format, long size)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| project | com.aspose.tasks.Project | |
| format | FileType | |
| size | long |
public int getTasksCount()
Gets task count
Returns: int - task count
public Date getStartDate()
Gets Project start date
Returns: java.util.Date - Project start date
public Date getEndDate()
Gets Project end date
Returns: java.util.Date - Project end date
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.