ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BaseTask Class / DurationUnits Property

In This Topic
    DurationUnits Property (BaseTask)
    In This Topic
    Gets or sets the time units for the task duration.
    Syntax
    'Declaration
     
    Public MustOverride Property DurationUnits As DurationUnits
    public abstract DurationUnits DurationUnits {get; set;}
    See Also