Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / C1.C1Schedule.Printing Namespace / PrintInfo Class / Print Method / Print(PrintStyle,DateTime,DateTime) Method
The PrintStyle object to print.
The System.DateTime value specifying the beginning of the print range.
The System.DateTime value specifying the end of the print range.

In This Topic
    Print(PrintStyle,DateTime,DateTime) Method
    In This Topic
    Sends the specified printing style to the printer.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal style As PrintStyle, _
       ByVal start As System.Date, _
       ByVal end As System.Date _
    ) 
    public void Print( 
       PrintStyle style,
       System.DateTime start,
       System.DateTime end
    )

    Parameters

    style
    The PrintStyle object to print.
    start
    The System.DateTime value specifying the beginning of the print range.
    end
    The System.DateTime value specifying the end of the print range.
    See Also