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

In This Topic
    FinishDate Property (CalendarException)
    In This Topic
    Gets or sets the finish date of the calendar exception.
    Syntax
    'Declaration
     
    Public Property FinishDate As Date
    public DateTime FinishDate {get; set;}
    See Also