GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Project Class / FinishDate Property

In This Topic
    FinishDate Property (Project)
    In This Topic
    Gets or sets the project's end date and time.
    Syntax
    'Declaration
     
    Public Property FinishDate As Date
    public DateTime FinishDate {get; set;}
    See Also