Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Printing Namespace / PrintOptionsForm Class / EndDate Property

In This Topic
    EndDate Property (PrintOptionsForm)
    In This Topic
    Gets or sets the System.DateTime value determining the end of the printing range.
    Syntax
    'Declaration
     
    Public Property EndDate As System.Date
    public System.DateTime EndDate {get; set;}
    Remarks
    This property does make sense only for styles with PrintContextType.DateRange.
    See Also