TimeInfoType Data Type

Specifies task related time information.

Properties
name data type description
duration number Returns the task duration.
workingTime number Returns the task working time.
estimatedWorkingTime number Returns the estimated task working time.

Example

{
  "duration" : 12345,
  "workingTime" : 12345,
  "estimatedWorkingTime" : 12345
}