ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DaySlotPresenter Class / DaySlotPresenter Constructor

In This Topic
    DaySlotPresenter Constructor
    In This Topic
    Creates a new instance of DaySlotPresenter.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal calendar As C1Calendar _
    )
    public DaySlotPresenter( 
       C1Calendar calendar
    )

    Parameters

    calendar
    See Also