Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule.UI Namespace / ag Class / q(Appointment,DateTime) Method

In This Topic
    q(Appointment,DateTime) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Function q( _
       ByVal A_0 As Appointment, _
       ByVal A_1 As System.Date _
    ) As System.Boolean
    protected override System.bool q( 
       Appointment A_0,
       System.DateTime A_1
    )

    Parameters

    A_0
    A_1
    See Also