Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / GoToDate Class / GoToDate Constructor / GoToDate Constructor(C1Schedule,String,DateTime)
The owning C1.Win.C1Schedule.C1Schedule control.
Format string for displaying dates.
Initial date selected in the dialog.

In This Topic
    GoToDate Constructor(C1Schedule,String,DateTime)
    In This Topic
    Initializes a new instance of the GoToDate form.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal schedule As C1Schedule, _
       ByVal dateFormat As System.String, _
       ByVal initialDate As System.Date _
    )
    public GoToDate( 
       C1Schedule schedule,
       System.string dateFormat,
       System.DateTime initialDate
    )

    Parameters

    schedule
    The owning C1.Win.C1Schedule.C1Schedule control.
    dateFormat
    Format string for displaying dates.
    initialDate
    Initial date selected in the dialog.
    See Also