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

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