Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / cl Class / aq(DateTime,Boolean) Method

In This Topic
    aq(DateTime,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected MustOverride Sub aq( _
       ByVal a As System.Date, _
       ByVal b As System.Boolean _
    ) 
    protected abstract void aq( 
       System.DateTime a,
       System.bool b
    )

    Parameters

    a
    b
    See Also