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

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