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

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