ComponentOne CalendarView for WinForms
C1.Win.Calendar.UI Namespace / DayTheme Class / DayTheme Constructor / DayTheme Constructor(DayTheme)
Prototype.

In This Topic
    DayTheme Constructor(DayTheme)
    In This Topic
    Initializes a new instance of the DayTheme.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal prototype As DayTheme _
    )
    public DayTheme( 
       DayTheme prototype
    )

    Parameters

    prototype
    Prototype.
    See Also