ProjectManagementDocumentInfo
Contents
[
Hide
]
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.documentinfo.DocumentInfo
public class ProjectManagementDocumentInfo extends DocumentInfo
Contains ProjectManagement document metadata
Constructors
Constructor | Description |
---|---|
ProjectManagementDocumentInfo(Project project, FileType format, long size) |
Methods
Method | Description |
---|---|
getTasksCount() | Gets task count |
getStartDate() | Gets Project start date |
getEndDate() | Gets Project end date |
ProjectManagementDocumentInfo(Project project, FileType format, long size)
public ProjectManagementDocumentInfo(Project project, FileType format, long size)
Parameters:
Parameter | Type | Description |
---|---|---|
project | com.aspose.tasks.Project | |
format | FileType | |
size | long |
getTasksCount()
public int getTasksCount()
Gets task count
Returns: int - task count
getStartDate()
public Date getStartDate()
Gets Project start date
Returns: java.util.Date - Project start date
getEndDate()
public Date getEndDate()
Gets Project end date
Returns: java.util.Date - Project end date