GanttItemInfo.DurationType Property

NOTE: This member is now obsolete. Use Qdv.UserApi.IGanttItemInfo.DurationType instead.

Gets or sets the task duration type.
<Obsolete("Use Qdv.UserApi.IGanttItemInfo.DurationType instead.")> _ 
Public Property DurationType() As TaskDurationType
This language is not supported or no code example is available.
[Obsolete("Use Qdv.UserApi.IGanttItemInfo.DurationType instead.")] 
public TaskDurationType DurationType {get; set;}
This language is not supported or no code example is available.

Property Value

TaskDurationType

Can be either full working days or working hours.

Remarks
 
This is taken into account only when DurationMode is set to Fixed Duration.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition