GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Nullable(Of Date)
    public override Nullable<DateTime> Start {get; set;}
    See Also