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

In This Topic
    Start Property (BaseTask)
    In This Topic
    Gets or sets the start date.
    Syntax
    'Declaration
     
    Public MustOverride Property Start As System.Nullable(Of Date)
    public abstract System.Nullable<DateTime> Start {get; set;}
    See Also