The duration type description currently states:
Enables to specify the type of duration values for ScheduleDuration , ActualDuration and RemainingTime . The duration type is either work time or elapsed time.
What is not mentioned in this list is the durations for FreeFloat
and TotalFloat
. I believe these durations should also be considered for DurationType
.
I propose changing the docs to say:
Enables to specify the type of duration values for ScheduleDuration , ActualDuration, RemainingTime, FreeFloat, and TotalFloat. The duration type is either work time or elapsed time.