ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintInfo Class / EndDate Property

In This Topic
    EndDate Property (PrintInfo)
    In This Topic
    Gets the System.DateTime value represents the end date range for printing.
    Syntax
    'Declaration
     
    Public Property EndDate As System.Date
    public System.DateTime EndDate {get; set;}
    See Also