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

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