How to get duration values in JavaScript?
![]()
I want to calculate an estimate based on provided best case, worst case and most likely case values. These values are all of type Duration. What is this type represented internally as (integer, datestamp,??)? In other words what type of get do I need to use to get the durations?
|
One answer
![]()
I don't think it's supported. The JavaScript extension only supports limited attribute types.
https://jazz.net/wiki/bin/view/Main/AttributeCustomization#API_for_Javascript Note that we are talking about attribute types, so Duration is just Duration. If it's not in the list, it's not supported. |