new ItemDuration()
Amount of time that can be spent on a work item, or for which a work item can be hidden.
Constructs a new ItemDuration.
The following features are supported:
Members
days :number
Number of days in this duration period.
This property holds the value of the 'Days' attribute.
Type:
- number
hours :number
Number of hours in this duration period.
This property holds the value of the 'Hours' attribute.
Type:
- number
minutes :number
Number of minutes in this duration period.
This property holds the value of the 'Minutes' attribute.
Type:
- number
months :number
Number of months in this duration period.
This property holds the value of the 'Months' attribute.
Type:
- number
weeks :number
Number of weeks in this duration period.
This property holds the value of the 'Weeks' attribute.
Type:
- number
years :number
Number of years in this duration period.
This property holds the value of the 'Years' attribute.
Type:
- number