ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.8 Assembly / C1.Win.C1GanttView 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 System.Double
    public abstract System.double Duration {get; set;}
    See Also