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

In This Topic
    Start Property (Task)
    In This Topic
    Gets or sets (for manual tasks only) the task start date and time.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Start As System.Nullable(Of Date)
    public override System.Nullable<DateTime> Start {get; set;}
    See Also