GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / BaseTask Class / Duration Property

In This Topic
    Duration Property (BaseTask)
    In This Topic
    Gets or sets the task duration. Duration units are specified by the DurationUnits property.
    Syntax
    'Declaration
     
    Public MustOverride Property Duration As Double
    public abstract double Duration {get; set;}
    See Also