Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarHelper Class / CalendarHelper Constructor / CalendarHelper Constructor(CalendarInfo)

In This Topic
    CalendarHelper Constructor(CalendarInfo)
    In This Topic
    Initializes a new instance of the CalendarHelper class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal info As C1.Schedule.CalendarInfo _
    )
    public CalendarHelper( 
       C1.Schedule.CalendarInfo info
    )

    Parameters

    info
    See Also