ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / DayFormattingEventArgs Class / DayFormattingEventArgs Constructor
The date of the day.
The current style of the day.

In This Topic
    DayFormattingEventArgs Constructor
    In This Topic
    Initializes a new instance of the DayFormattingEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal day As Date, _
       ByVal dayStyle As DayStyle _
    )
    public DayFormattingEventArgs( 
       DateTime day,
       DayStyle dayStyle
    )

    Parameters

    day
    The date of the day.
    dayStyle
    The current style of the day.
    See Also