ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / PaintDayEventArgs Class / EndDateTime Property

In This Topic
    EndDateTime Property (PaintDayEventArgs)
    In This Topic
    Gets the end date and time (excluding) of painting interval.
    Syntax
    'Declaration
     
    Public ReadOnly Property EndDateTime As System.Date
    public System.DateTime EndDateTime {get;}
    See Also