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